Ad Blocker Notice Removal

Remove the ad blocker notice on popular sites

Ad Blocker Notice Removalとは何ですか?

Ad Blocker Notice Removalはhttps://www.xeweb.netによって開発されたChromeの拡張機能で、その主な機能は「Remove the ad blocker notice on popular sites」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ad Blocker Notice Removal拡張機能のCRXファイルをダウンロード

Ad Blocker Notice Removal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Some websites force it's users to disable their ad blocker in order to view the page. This can expose users to targeted ads which are a serious threat to your privacy.

This extension simply removes the ad blocker notice on over 500 websites so that you may browse freely. It's free and open source!

If you see a notice that is not removed by this extension feel free to report it by right-clicking the extension icon and choosing "Report issue with website".

Please consider sponsoring this project at https://github.com/sponsors/fire015                    

拡張機能の基本情報

名前 Ad Blocker Notice Removal Ad Blocker Notice Removal
ID bnohpbaeckhhfnfijdnapgmbldkigchl
公式URL https://chromewebstore.google.com/detail/ad-blocker-notice-removal/bnohpbaeckhhfnfijdnapgmbldkigchl
説明 Remove the ad blocker notice on popular sites
ファイルサイズ 33.04 KB
インストール数 2,866
現在のバージョン 2.0.6
最終更新日 2024-03-01
公開日 2020-08-18
評価 3.55/5 合計 11 レビュー
開発者 https://www.xeweb.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/fire015/adblocker-notice-removal
ヘルプページのURL https://github.com/fire015/adblocker-notice-removal/issues/new
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Blocker Notice Removal",
    "version": "2.0.6",
    "author": "Jason M",
    "description": "Remove the ad blocker notice on popular sites",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "arrive.min.js",
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_title": "Ad Blocker Notice Removal",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "alarms",
        "tabs"
    ]
}