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": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "万能视频下载工具"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "default_locale": "zh_CN",
  "description": "【精选推荐】万能视频下载工具,支持微博视频、好看视频、抖音视频、tiktok视频、哔哩哔哩、芒果TV等上千个网站,自动识别网页视频资源并选择下载。支持视频预览,批量下载视频。支持mp3,mp4等多种格式,支持m3u8,ts格式合并下载。",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "40": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "93",
  "name": "万能视频下载工具",
  "permissions": [
    "tabs",
    "webRequest",
    "downloads",
    "storage",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.8.1",
  "content_scripts": [
    {
      "js": [
        "./js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ]
}