Anti Adblock Detector

Bypasses adblock detectors to allow you to continue using adblockers

什麼是Anti Adblock Detector?

Anti Adblock Detector是由adblockunblock開發的Chrome擴展程式,該擴展的主要功能是“Bypasses adblock detectors to allow you to continue using adblockers”。

擴展截圖

screenshot
screenshot

下載Anti Adblock Detector擴展crx文件

下載Anti Adblock Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Many websites have adblock detectors that force you to either disable you adblocker or pay a subscription fee to continue using their website. This lightweight extension allows you to continue browsing these sites without having to disable your adblocker.

Note: This extension is for AdBlock/AdBlock plus, and currently has been tested and works on most major news websites. However, this is a new extension and may not work for every website with an adblock detector. If you stumble upon such as site, send an email to [email protected].                    

擴展基本資訊

名稱 Anti Adblock Detector Anti Adblock Detector
ID kjhdffcfinhkdfbbhjlfoadcdfgihmlp
官方網址 https://chromewebstore.google.com/detail/anti-adblock-detector/kjhdffcfinhkdfbbhjlfoadcdfgihmlp
簡介 Bypasses adblock detectors to allow you to continue using adblockers
檔案大小 187 KB
安裝次數 71,296
目前版本 0.2.5
更新時間 2020-09-08
上架時間 2020-06-06
評分 2.91/5 共 204 次評分
開發者 adblockunblock
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Adblock Detector",
    "version": "0.2.5",
    "description": "Bypasses adblock detectors to allow you to continue using adblockers",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Anti Adblock Detector",
        "default_icon": {
            "16": "images\/adblockdetector16.png",
            "32": "images\/adblockdetector32.png",
            "48": "images\/adblockdetector48.png",
            "128": "images\/adblockdetector128.png"
        }
    },
    "icons": {
        "16": "images\/adblockdetector16.png",
        "32": "images\/adblockdetector32.png",
        "48": "images\/adblockdetector48.png",
        "128": "images\/adblockdetector128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 2
}