这是一款可以下载B站视频音乐的插件,使用此插件你只需要输入你观看视频的网址,你就可以下载你想下载的音乐、视频
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "bilibili视频下载盒å(Downloader)",
"version": "1.6",
"manifest_version": 3,
"description": "这是一款å¯ä»¥ä¸‹è½½B站视频音ä¹çš„æ’件,使用æ¤æ’ä»¶ä½ åªéœ€è¦è¾“å…¥ä½ è§‚çœ‹è§†é¢‘çš„ç½‘å€,ä½ å°±å¯ä»¥ä¸‹è½½ä½ 想下载的音ä¹ã€è§†é¢‘",
"icons": {
"128": "./image/cat.png"
},
"permissions": [
"tabs",
"webRequest",
"runtime",
"webRequestBlocking",
"<all_urls>"
],
"action": {
"default_icon": {
"128": "./image/cat.png"
},
"default_popup": "./popup/popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://www.bilibili.com/*"
],
"js": [
"content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}