Block AdBlocker Blockers
Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
Cos'è Block AdBlocker Blockers?
Block AdBlocker Blockers è un'estensione di Chrome sviluppata da https://extensionsworld.com, e la sua funzione principale è "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Block AdBlocker Blockers
Scarica i file di estensione Block AdBlocker Blockers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Block AdBlocker Blockers |
ID | kkgikoeejocnfndbnkddecapcdbijmjj |
URL Ufficiale | https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj |
Descrizione | Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker. |
Dimensione del File | 189 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 0.0.02 |
Ultimo Aggiornamento | 2020-12-16 |
Data di Pubblicazione | 2020-12-08 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://extensionsworld.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://extensionsworld.com/BlockAdBlockerBlockers |
URL della Pagina di Aiuto | https://extensionsworld.com/contact |
URL della Pagina della Politica sulla Privacy | https://extensionsworld.com/legal |
Lingue Supportate | 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" ] } |