Ad Blocker Notice Removal

Remove the ad blocker notice on popular sites

Ad Blocker Notice Removal là gì?

Ad Blocker Notice Removal là một tiện ích mở rộng Chrome được phát triển bởi https://www.xeweb.net, và tính năng chính của nó là "Remove the ad blocker notice on popular sites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ad Blocker Notice Removal

Tải xuống các tệp mở rộng Ad Blocker Notice Removal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ad Blocker Notice Removal Ad Blocker Notice Removal
ID bnohpbaeckhhfnfijdnapgmbldkigchl
URL Chính Thức https://chromewebstore.google.com/detail/ad-blocker-notice-removal/bnohpbaeckhhfnfijdnapgmbldkigchl
Mô tả Remove the ad blocker notice on popular sites
Kích Thước Tệp 33.04 KB
Số Lần Cài Đặt 2,866
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-08-18
Đánh Giá 3.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://www.xeweb.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fire015/adblocker-notice-removal
URL Trang Trợ Giúp https://github.com/fire015/adblocker-notice-removal/issues/new
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}