Inspect and view changes in Adblock for 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
{
"name": "Adblock for youtubeâ„¢",
"version": "2.0.4",
"description": "Adblock for youtubeâ„¢",
"permissions": [
"storage",
"unlimitedStorage",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"icons": {
"128": "adblockicon.png"
},
"browser_action": {
"default_icon": "adblockicon.png"
},
"content_security_policy": "script-src 'self' 'sha256-V/iEy/JDsKiWnn/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
"background": {
"scripts": [
"background/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"aop/e.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"manifest_version": 2,
"web_accessible_resources": [],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}