Inspect and view changes in AdBlock Detector Bypass 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",
"name": "AdBlock Detector Bypass",
"version": "1.0",
"description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
],
"icons": {
"16": "assets/abdb.logo.16.png",
"48": "assets/abdb.logo.48.png",
"128": "assets/abdb.logo.128.png"
},
"browser_action": {
"default_icon": "assets/abdb.logo.16.png"
},
"manifest_version": 2
}