Examine source code of 视频录制神器

Inspect and view changes in 视频录制神器 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "4.3.7.10",
  "default_locale": "zh_CN",
  "name": "视频录制神器",
  "description": "__MSG_extDesc__",
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetaack",
      "strict_min_version": "60.0"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "clipboardWrite",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "option-react.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Open popup menu"
    },
    "stop-recording": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Stop recording"
    },
    "pause-or-resume-recording": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Pause/Resume recording"
    }
  },
  "optional_permissions": [
    "downloads"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "视频录制神器",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "*"
  ],
  "content_scripts": [
    {
      "js": [
        "javascripts/libs/jquery-3.4.0.min.js",
        "javascripts/libs/dragresize.js",
        "javascripts/jquery.draggable.js",
        "javascripts/libs/jquery-ui-custom.min.js",
        "javascripts/in-place-play.js",
        "javascripts/content_script.js",
        "javascripts/desStatus.js"
      ],
      "css": [
        "stylesheets/selected.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_globs": [
        "https://awesomescreenshot.com/save-local-flash/SaveToDisk.html"
      ],
      "run_at": "document_end"
    }
  ],
  "oauth2": {
    "client_id": "934696770472-c4k28j2t25p9fpntqsiblj12v8k8cob3.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email",
      "https://www.googleapis.com/auth/youtube",
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "934696770472"
}