【精选推荐】超级视频下载工具,自动识别网页视频资源,一键全部下载。无需安装任何软件,支持视频预览,批量下载视频等功能。应版权方要求,屏蔽腾讯,优酷,爱奇艺,芒果TV,土豆,搜狐,乐视等视频网站视频下载功能。
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "22.5.2",
"background": {
"scripts": [
"js/jquery.js",
"js/init.js"
]
},
"browser_action": {
"default_icon": "img/logo-48.png",
"default_popup": "popup.html"
},
"description": "ã€ç²¾é€‰æŽ¨è】超级视频下载工具,自动识别网页视频资æºï¼Œä¸€é”®å…¨éƒ¨ä¸‹è½½ã€‚æ— éœ€å®‰è£…ä»»ä½•è½¯ä»¶ï¼Œæ”¯æŒè§†é¢‘预览,批é‡ä¸‹è½½è§†é¢‘ç‰åŠŸèƒ½ã€‚应版æƒæ–¹è¦æ±‚,å±è”½è…¾è®¯,优酷,爱奇艺,芒果TV,土豆,æœç‹,ä¹è§†ç‰è§†é¢‘网站视频下载功能。",
"icons": {
"16": "img/logo-48.png",
"48": "img/logo-48.png",
"128": "img/logo-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"minimum_chrome_version": "30",
"name": "超级视频下载工具",
"permissions": [
"history",
"management",
"bookmarks",
"storage",
"tabs",
"cookies",
"notifications",
"downloads",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"default_locale": "zh_CN",
"web_accessible_resources": [
"imgs/*",
"js/*"
]
}