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": "1.0.1",
"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": [
"*://*/*"
]
}
],
"default_locale": "zh_CN",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}