专业B站视频下载终结者

【推荐】专业的哔哩哔哩(bilibili)视频下载助手,对b站下载视频抓取,网页媒体嗅探视频下载工具。
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/bilibili_active_128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "/js/bet.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/bet.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "/js/fix-script.js"
      ],
      "matches": [
        "http://*.bilibili.com/*",
        "https://*.bilibili.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/js/content-script.js"
      ],
      "matches": [
        "http://*.bilibili.com/*",
        "https://*.bilibili.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_extDes__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "/icons/bilibili_active_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "declarativeNetRequest"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "4.3",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "*"
      ]
    }
  ]
}