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
电子邮箱 [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"
    ]
}