Adblock Must Go On

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

什么是Adblock Must Go On?

Adblock Must Go On是由pizan开发的Chrome扩展程序,该扩展的主要功能是“Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock”。

扩展截图

screenshot
screenshot

下载Adblock Must Go On扩展crx文件

下载Adblock Must Go On扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Adblock Must Go On Adblock Must Go On
ID lmjpmkegbmbgedofmgcmmajdadldpndm
官方URL https://chromewebstore.google.com/detail/adblock-must-go-on/lmjpmkegbmbgedofmgcmmajdadldpndm
简介 Ad Blocker Add-on - Extension who removes the advise that obligates to pause Adblock
文件大小 595 KB
安装次数 4,540
当前版本 1.5.0
更新时间 2022-09-16
上架时间 2020-06-18
评分 4.00/5 共32次评分
开发者 pizan
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}