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
{
  "action": {
    "default_icon": {
      "128": "icons/icon.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/all.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/check-speed.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_application_description__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icons/icon.png"
  },
  "manifest_version": 3,
  "name": "视频加速快进",
  "permissions": [
    "tabs",
    "webRequest",
    "downloads",
    "storage",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "scripting",
    "management"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.1.7",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ],
  "minimum_chrome_version": "93"
}