AdBlock Detector Bypass

Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected

Apa itu AdBlock Detector Bypass?

AdBlock Detector Bypass adalah ekstensi Chrome yang dikembangkan oleh Sacred Summit Studio, dan fitur utamanya adalah "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AdBlock Detector Bypass

Unduh file ekstensi AdBlock Detector Bypass 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

                        When an adblock detection popup appears simply click on the extension icon to remove the popup.                    

Informasi Dasar Ekstensi

Nama AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
URL Resmi https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
Deskripsi Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
Ukuran File 20.74 KB
Jumlah Instalasi 13,352
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-10-16
Tanggal Publikasi 2020-10-16
Penilaian 4.00/5 Total 50 Penilaian
Pengembang Sacred Summit Studio
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://sacredsummitstudio.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Detector Bypass",
    "version": "1.0",
    "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "assets\/abdb.logo.16.png",
        "48": "assets\/abdb.logo.48.png",
        "128": "assets\/abdb.logo.128.png"
    },
    "browser_action": {
        "default_icon": "assets\/abdb.logo.16.png"
    },
    "manifest_version": 2
}