Inspect and view changes in b站视频专业下载工具 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": {
"128": "/icons/bilibili_active2_128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "js/background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"/js/fix-script.js"
],
"matches": [
"http://*.bilibili.com/*",
"https://*.bilibili.com/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"js/content.js"
],
"matches": [
"<all_urls>"
],
"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__",
"homepage_url": "https://microsoftedge.microsoft.com/addons/detail/bilibili%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E8%A7%86%E9%A2%91%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/mkhpknjnbfahgapcbnkkflpljhnccnie?utm_medium=extension&utm_source=bilidownloader",
"host_permissions": [
"http://*.bilibili.com/*",
"https://*.bilibili.com/*"
],
"icons": {
"128": "/icons/bilibili_active2_128.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"permissions": [
"storage",
"activeTab",
"cookies"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "3.4.5",
"web_accessible_resources": [
{
"matches": [
"http://*.bilibili.com/*",
"https://*.bilibili.com/*"
],
"resources": [
"js/ajax_listener.js"
]
}
]
}