视频加速快进

视频加速快进

【精选推荐】一款便捷的视频速度控制器,调整播放速率,增加和减少视频播放速度。

Merlin
Additional files are visible only to premium users

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"
}