Removes in page popups, inclduing adblock detection popups
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 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,
"browser_specific_settings": {
"gecko": {
"id": "{13458cff-70c3-47be-8c60-8df4c4480fe6}"
}
}
}