Block AdBlocker Blockers
Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
What is Block AdBlocker Blockers?
Block AdBlocker Blockers is a Chrome extension developed by https://extensionsworld.com, and its main feature is "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.".
Extension Screenshots
Download Block AdBlocker Blockers Extension CRX File
Download Block AdBlocker Blockers 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
Basically what it does is when an AdBlocker-Blocker, blocks your AdBlocker, You can click the "Block AdBlocker Blockers" Icon in the upper right corner of your browser, and this will block the AdBlocker-Blocker from Blocking youck AdBlocker.
Extension Basic Information
Name | Block AdBlocker Blockers |
ID | kkgikoeejocnfndbnkddecapcdbijmjj |
Official URL | https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj |
Description | Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker. |
File Size | 189 KB |
Installation Count | 79 |
Current Version | 0.0.02 |
Last Updated | 2020-12-16 |
Publish Date | 2020-12-08 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://extensionsworld.com |
[email protected] | |
Payment Type | free |
Extension Website | https://extensionsworld.com/BlockAdBlockerBlockers |
Help Page URL | https://extensionsworld.com/contact |
Privacy Policy Page URL | https://extensionsworld.com/legal |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block AdBlocker Blockers", "permissions": [ "activeTab" ], "version": "0.0.02", "background": { "scripts": [ "bg.js" ] }, "description": "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.", "icons": { "128": "blockAdBlockerBlockers.png" }, "browser_action": { "default_icon": { "128": "blockAdBlockerBlockers.png" }, "default_title": "I.... I BLOCKED THEM! ... I BLOCKED THEM ALL!!\nThey are BLOCKED... Every single one of them...\nAnd not just the blockers...\nBut the blockers and the blockers that are blocking their blockers too...\nThey are like AdBlocker Blockers, And blocked them like Ad Blocker Blockers!!!\n\nI HATE THEM!!!" }, "web_accessible_resources": [ "injectable.js" ] } |