Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.8.6",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"author": "Dengrc",
"permissions": [
"storage"
],
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.platform.bing.com\/*",
"*:\/\/*.qhkly.com\/*",
"*:\/\/*.80078007.xyz\/*"
],
"action": {
"default_icon": {
"128": "images\/icon128.png"
},
"default_title": "__MSG_appName__",
"default_popup": "\/popup\/index.html#Settings"
},
"icons": {
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*"
],
"js": [
"quick\/contentScript.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"studio\/contentScript.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"js\/sharedConstants.js",
"js\/sharedFunctions.js",
"js\/xhook.min.js",
"js\/injected.js",
"js\/ytplayer.js",
"images\/ccdub.png",
"images\/unknown.png",
"popup\/index.css",
"popup\/bundle.js",
"popup\/07ed6d5fa32c1d54af0f.ttf",
"popup\/17a6e1aebccdbaa39e78.ttf",
"popup\/bb8d5a145e22822103fb.woff2",
"popup\/0f6cb412603527bda691.ttf",
"popup\/6cfec8414be20e2c3426.woff2",
"popup\/bc3722686635b5f86132.woff2",
"popup\/0ff70dcbf135d859ebf3.ttf",
"popup\/93f719f4d62bfa3e748c.woff2"
],
"matches": [
"<all_urls>"
]
}
]
}