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
公式URL 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
Eメール [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
}