YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

What is YouTube AdBlock Notification Blocker?

YouTube AdBlock Notification Blocker is a Chrome extension developed by radiumcoding, and its main feature is "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

Extension Screenshots

screenshot

Download YouTube AdBlock Notification Blocker Extension CRX File

Download YouTube AdBlock Notification Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Official URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Description Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
File Size 7.3 KB
Installation Count 77
Current Version 1.0
Last Updated 2023-10-24
Publish Date 2023-10-24
Rating 2.33/5 Total 3 Ratings
Developer radiumcoding
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Supported Languages 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"
    }
}