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
{
"action": {
"default_icon": "img/icon.png",
"default_popup": "popup.html",
"default_title": "万能视频下载工具"
},
"background": {
"service_worker": "js/bg.js"
},
"default_locale": "zh_CN",
"description": "ã€ç²¾é€‰æŽ¨è】万能视频下载工具,支æŒå¾®åšè§†é¢‘ã€å¥½çœ‹è§†é¢‘ã€æŠ–éŸ³è§†é¢‘ã€tiktok视频ã€å“”哩哔哩ã€èŠ’æžœTVç‰ä¸Šåƒä¸ªç½‘站,自动识别网页视频资æºå¹¶é€‰æ‹©ä¸‹è½½ã€‚支æŒè§†é¢‘预览,批é‡ä¸‹è½½è§†é¢‘。支æŒmp3,mp4ç‰å¤šç§æ ¼å¼ï¼Œæ”¯æŒm3u8,tsæ ¼å¼åˆå¹¶ä¸‹è½½ã€‚",
"host_permissions": [
"*://*/*"
],
"icons": {
"40": "img/icon.png",
"48": "img/icon.png",
"128": "img/icon128.png"
},
"manifest_version": 3,
"minimum_chrome_version": "93",
"name": "万能视频下载工具",
"permissions": [
"tabs",
"webRequest",
"downloads",
"storage",
"webNavigation",
"alarms",
"declarativeNetRequest",
"scripting"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "3.8.1",
"content_scripts": [
{
"js": [
"./js/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
]
}