Inspect and view changes in Adblock for Youtube™ - No ads 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
{
"name": "__MSG_appTitle__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.0.2",
"manifest_version": 3,
"homepage_url": "https://microsoftedge.microsoft.com/addons/detail/adblock-for-youtube/cbhlglfcehmfkdaeigigelfjeahloeli?utm_medium=extension&utm_source=youtube_adblock",
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"js/content-script.js"
],
"run_at": "document_start"
}
],
"icons": {
"128": "icons/ya.png"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js/background.js"
},
"action": {
"default_title": "__MSG_appTitle__",
"default_icon": {
"128": "icons/ya.png"
}
},
"web_accessible_resources": [
{
"resources": [
"/icons/*"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}