YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

什么是YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker是由radiumcoding开发的Chrome扩展程序,该扩展的主要功能是“Seamlessly block YouTube ad-blocker popups for uninterrupted viewing”。

扩展截图

screenshot

下载YouTube AdBlock Notification Blocker扩展crx文件

下载YouTube AdBlock Notification Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
官方URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
简介 Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
文件大小 7.3 KB
安装次数 77
当前版本 1.0
更新时间 2023-10-24
上架时间 2023-10-24
评分 2.33/5 共3次评分
开发者 radiumcoding
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
支持的语言 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"
    }
}