【精选推荐】网页媒体嗅探工具,下载和录制各种格式的在线网页视频,包括HLS、m3u8、blob、mp4、webm等各种类型的视频。
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.0.10",
"manifest_version": 3,
"minimum_chrome_version": "93",
"description": "ã€ç²¾é€‰æŽ¨è】网页媒体嗅探工具,下载和录制å„ç§æ ¼å¼çš„在线网页视频,包括HLSã€m3u8ã€blobã€mp4ã€webmç‰å„ç§ç±»åž‹çš„视频。",
"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": [
"desktopCapture",
"windows",
"tabs",
"webRequest",
"downloads",
"storage",
"webNavigation",
"alarms",
"declarativeNetRequest",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js/all.js"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*"
]
}
],
"default_locale": "zh_CN",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}