Adblock Must Go On

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

Wat is Adblock Must Go On?

Adblock Must Go On is een Chrome-extensie ontwikkeld door pizan, en de belangrijkste functie is "Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Adblock Must Go On

Download Adblock Must Go On-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Adblock Must Go On Adblock Must Go On
ID lmjpmkegbmbgedofmgcmmajdadldpndm
Officiële URL https://chromewebstore.google.com/detail/adblock-must-go-on/lmjpmkegbmbgedofmgcmmajdadldpndm
Beschrijving Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock
Bestandsgrootte 595 KB
Aantal Installaties 4,540
Huidige Versie 1.5.0
Laatst Bijgewerkt 2022-09-16
Publicatiedatum 2020-06-18
Beoordeling 4.00/5 Totaal 32 Beoordelingen
Ontwikkelaar pizan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}