Adblock Must Go On

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

Was ist Adblock Must Go On?

Adblock Must Go On ist eine Chrome-Erweiterung, die von pizan entwickelt wurde, und ihr Hauptmerkmal ist "Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock".

Erweiterungsscreenshots

screenshot
screenshot

Adblock Must Go On-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adblock Must Go On-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Adblock Must Go On Adblock Must Go On
ID lmjpmkegbmbgedofmgcmmajdadldpndm
Offizielle URL https://chromewebstore.google.com/detail/adblock-must-go-on/lmjpmkegbmbgedofmgcmmajdadldpndm
Beschreibung Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock
Dateigröße 595 KB
Installationsanzahl 4,540
Aktuelle Version 1.5.0
Letztes Update 2022-09-16
Veröffentlichungsdatum 2020-06-18
Bewertung 4.00/5 Insgesamt 32 Bewertungen
Entwickler pizan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}