Adblock Must Go On

Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock

Cos'è Adblock Must Go On?

Adblock Must Go On è un'estensione di Chrome sviluppata da pizan, e la sua funzione principale è "Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Adblock Must Go On

Scarica i file di estensione Adblock Must Go On 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

                        This extension takes care of removing those annoying alerts that force you to pause your ad blocker and cause you to view their ads.

You can pause this extension at any time.

It is compatible with any blocker, such as AdBlock, uBlock, AdblockPlus...

Have you found any pages where that ad is not removed? Notify us!                    

Informazioni di Base sull'Estensione

Nome Adblock Must Go On Adblock Must Go On
ID lmjpmkegbmbgedofmgcmmajdadldpndm
URL Ufficiale https://chromewebstore.google.com/detail/adblock-must-go-on/lmjpmkegbmbgedofmgcmmajdadldpndm
Descrizione Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock
Dimensione del File 595 KB
Conteggio Installazioni 4,540
Versione Corrente 1.5.0
Ultimo Aggiornamento 2022-09-16
Data di Pubblicazione 2020-06-18
Valutazione 4.00/5 Totale 32 Valutazioni
Sviluppatore pizan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adblock Must Go On",
    "version": "1.5.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Adblock Must Go On",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "in-content.js"
            ]
        }
    ],
    "background": {
        "persistance": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ]
}