Adblock Must Go On

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

Qu'est-ce que Adblock Must Go On ?

Adblock Must Go On est une extension Chrome développée par pizan, et sa fonction principale est "Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Adblock Must Go On

Téléchargez les fichiers d'extension Adblock Must Go On au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Adblock Must Go On Adblock Must Go On
ID lmjpmkegbmbgedofmgcmmajdadldpndm
URL Officiel https://chromewebstore.google.com/detail/adblock-must-go-on/lmjpmkegbmbgedofmgcmmajdadldpndm
Description Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock
Taille du Fichier 595 KB
Nombre d'Installations 4,540
Version Actuelle 1.5.0
Dernière Mise à Jour 2022-09-16
Date de Publication 2020-06-18
Évaluation 4.00/5 Total 32 Évaluations
Développeur pizan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}