Block AdBlocker Blockers

Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.

Wat is Block AdBlocker Blockers?

Block AdBlocker Blockers is een Chrome-extensie ontwikkeld door https://extensionsworld.com, en de belangrijkste functie is "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Block AdBlocker Blockers

Download Block AdBlocker Blockers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Block AdBlocker Blockers Block AdBlocker Blockers
ID kkgikoeejocnfndbnkddecapcdbijmjj
Officiële URL https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj
Beschrijving Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
Bestandsgrootte 189 KB
Aantal Installaties 79
Huidige Versie 0.0.02
Laatst Bijgewerkt 2020-12-16
Publicatiedatum 2020-12-08
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://extensionsworld.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://extensionsworld.com/BlockAdBlockerBlockers
Help Pagina-URL https://extensionsworld.com/contact
URL van de Privacybeleid Pagina https://extensionsworld.com/legal
Ondersteunde Talen 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"
    ]
}