Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AdBlock Popup", "version": "1.0", "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "changeDom.js" ] } ], "permissions": [ "activeTab", "scripting" ], "icons": { "16": "assets\/abdb.logo.16.png", "48": "assets\/abdb.logo.48.png", "128": "assets\/abdb.logo.128.png" }, "action": { "default_icon": { "16": "assets\/abdb.logo.16.png" } } }