Inspect and view changes in Customizer YouTube™ 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
{
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"codehemu-content-script.js"
],
"matches": [
"*://www.youtube.com/*",
"*://youtube.com/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"host_permissions": [
"*://www.youtube.com/*"
],
"homepage_url": "https://www.downloadhub.cloud/2023/04/CustomizerYoutube.html",
"icons": {
"48": "icon/48.png",
"64": "icon/64.png",
"128": "icon/128.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.0.2",
"short_name": "Ctube",
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
{
"matches": [
"*://www.youtube.com/*"
],
"resources": [
"icon/*"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}