Inspect and view changes in Video Ads Blocker in 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"action": {
"default_icon": {
"32": "data/icons/icon-32.png",
"38": "data/icons/icon-38.png",
"128": "data/icons/icon-128.png",
"512": "data/icons/icon-512.png",
"1024": "data/icons/icon-1024.png"
},
"default_popup": "data/interface/index.html?popup",
"default_title": "__MSG_actionTitle__"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"codehemu-script.js"
],
"matches": [
"*://*.youtube.com/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://www.codehemu.com/2024/11/videoadsblockerinyoutube.html",
"host_permissions": [
"*://*.youtube.com/*"
],
"icons": {
"32": "data/icons/icon-32.png",
"38": "data/icons/icon-38.png",
"128": "data/icons/icon-128.png",
"512": "data/icons/icon-512.png",
"1024": "data/icons/icon-1024.png"
},
"manifest_version": 3,
"name": "__MSG_extensionName__",
"options_ui": {
"open_in_tab": false,
"page": "data/options/options.html"
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"storage",
"webNavigation",
"tabs"
],
"short_name": "__MSG_extensionShortName__",
"version": "1.5.0"
}