Inspect and view changes in Addiction stopper 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
{
"manifest_version": 2,
"name": "Addiction stopper",
"version": "1.0",
"description": "Blocker",
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*",
"*://*.slither.io/*",
"*://*.agar.io/*",
"*://*.skribbl.io/*"
],
"js": [
"script.js"
]
}
]
}