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": "1.0.1",
  "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": [
        "*://*/*"
      ]
    }
  ],
  "default_locale": "zh_CN",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}