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
官方網址 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"
    ]
}