Block AdBlocker Blockers

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

Apa itu Block AdBlocker Blockers?

Block AdBlocker Blockers adalah ekstensi Chrome yang dikembangkan oleh https://extensionsworld.com, dan fitur utamanya adalah "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Block AdBlocker Blockers

Unduh file ekstensi Block AdBlocker Blockers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Block AdBlocker Blockers Block AdBlocker Blockers
ID kkgikoeejocnfndbnkddecapcdbijmjj
URL Resmi https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj
Deskripsi Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
Ukuran File 189 KB
Jumlah Instalasi 79
Versi Saat Ini 0.0.02
Terakhir Diperbarui 2020-12-16
Tanggal Publikasi 2020-12-08
Penilaian 4.20/5 Total 5 Penilaian
Pengembang https://extensionsworld.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://extensionsworld.com/BlockAdBlockerBlockers
URL Halaman Bantuan https://extensionsworld.com/contact
URL Halaman Kebijakan Privasi https://extensionsworld.com/legal
Bahasa yang Didukung 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"
    ]
}