Block AdBlocker Blockers
Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
Was ist Block AdBlocker Blockers?
Block AdBlocker Blockers ist eine Chrome-Erweiterung, die von https://extensionsworld.com entwickelt wurde, und ihr Hauptmerkmal ist "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.".
Erweiterungsscreenshots
Block AdBlocker Blockers-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block AdBlocker Blockers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Block AdBlocker Blockers |
ID | kkgikoeejocnfndbnkddecapcdbijmjj |
Offizielle URL | https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj |
Beschreibung | Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker. |
Dateigröße | 189 KB |
Installationsanzahl | 79 |
Aktuelle Version | 0.0.02 |
Letztes Update | 2020-12-16 |
Veröffentlichungsdatum | 2020-12-08 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | https://extensionsworld.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://extensionsworld.com/BlockAdBlockerBlockers |
Hilfeseite URL | https://extensionsworld.com/contact |
URL der Datenschutzrichtlinien-Seite | https://extensionsworld.com/legal |
Unterstützte Sprachen | 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" ] } |