AdBlock Detector Bypass

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

Cos'è AdBlock Detector Bypass?

AdBlock Detector Bypass è un'estensione di Chrome sviluppata da Sacred Summit Studio, e la sua funzione principale è "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AdBlock Detector Bypass

Scarica i file di estensione AdBlock Detector Bypass 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

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

Informazioni di Base sull'Estensione

Nome AdBlock Detector Bypass AdBlock Detector Bypass
ID acjlefdefjkldgcimnfkehgbnpjekedo
URL Ufficiale https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo
Descrizione Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
Dimensione del File 20.74 KB
Conteggio Installazioni 13,352
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-16
Data di Pubblicazione 2020-10-16
Valutazione 4.00/5 Totale 50 Valutazioni
Sviluppatore Sacred Summit Studio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://sacredsummitstudio.com
Lingue Supportate 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
}