AdBlock Detector Bypass
Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
What is AdBlock Detector Bypass?
AdBlock Detector Bypass is a Chrome extension developed by Sacred Summit Studio, and its main feature is "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected".
Extension Screenshots
Download AdBlock Detector Bypass Extension CRX File
Download AdBlock Detector Bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When an adblock detection popup appears simply click on the extension icon to remove the popup.
Extension Basic Information
Name | AdBlock Detector Bypass |
ID | acjlefdefjkldgcimnfkehgbnpjekedo |
Official URL | https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo |
Description | Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected |
File Size | 20.74 KB |
Installation Count | 13,352 |
Current Version | 1.0 |
Last Updated | 2020-10-16 |
Publish Date | 2020-10-16 |
Rating | 4.00/5 Total 50 Ratings |
Developer | Sacred Summit Studio |
[email protected] | |
Payment Type | free |
Extension Website | http://sacredsummitstudio.com |
Supported Languages | en |
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 } |