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": "2.1.4",
"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": [
"*://*/*"
]
}
],
"content_scripts": [
{
"all_frames": true,
"js": [
"js/mutil.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"default_locale": "zh_CN",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}