YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

YouTube AdBlock Notification Blocker là gì?

YouTube AdBlock Notification Blocker là một tiện ích mở rộng Chrome được phát triển bởi radiumcoding, và tính năng chính của nó là "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube AdBlock Notification Blocker

Tải xuống các tệp mở rộng YouTube AdBlock Notification Blocker 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

                        Enhance your YouTube experience with the YouTube AdBlock Notification Blocker extension! Say goodbye to interruptions caused by ad-blocker popups on the YouTube website. Our extension works quietly in the background, seamlessly removing these notifications, ensuring you can enjoy uninterrupted content without any hassle.                    

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

Tên YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
URL Chính Thức https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Mô tả Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Kích Thước Tệp 7.3 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2023-10-24
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển radiumcoding
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube AdBlock Notification Blocker",
    "version": "1.0",
    "description": "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    }
}