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
官方網址 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
電子郵箱 [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"
    ]
}