破解vip及去广告,目前仅支持腾讯视频和优酷视频
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "ç ´è§£vipåŠåŽ»å¹¿å‘Šï¼Œç›®å‰ä»…支æŒè…¾è®¯è§†é¢‘和优酷视频",
"version": "0.4.1",
"name": "Vip Crack",
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/16-gray.png",
"32": "icons/32-gray.png",
"48": "icons/48-gray.png",
"128": "icons/128-gray.png"
}
},
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"injects.js",
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"http://*/*",
"https://*/*",
"file:///*",
"webRequest",
"webRequestBlocking",
"notifications",
"storage",
"declarativeContent",
"activeTab",
"tabs",
"downloads"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}