Adblock Must Go On

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

What is Adblock Must Go On?

Adblock Must Go On is a Chrome extension developed by pizan, and its main feature is "Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock".

Extension Screenshots

screenshot
screenshot

Download Adblock Must Go On Extension CRX File

Download Adblock Must Go On extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Adblock Must Go On Adblock Must Go On
ID lmjpmkegbmbgedofmgcmmajdadldpndm
Official URL 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
File Size 595 KB
Installation Count 4,540
Current Version 1.5.0
Last Updated 2022-09-16
Publish Date 2020-06-18
Rating 4.00/5 Total 32 Ratings
Developer pizan
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}