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
{
  "name": "强力视频下载合并",
  "version": "2.1.4",
  "manifest_version": 3,
  "minimum_chrome_version": "93",
  "description": "【精选推荐】网页媒体嗅探工具,Manifest V3 升级版,性能安全可靠,支持微博视频、好看视频等上千个网站,自动识别网页视频资源并选择下载。支持视频预览,批量下载视频。支持mp3,mp4等多种格式。",
  "icons": {
    "40": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "强力视频下载合并"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "downloads",
    "storage",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "js/app.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/mutil.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "zh_CN",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}