WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Ad Blocker Plus for YouTube™

Video Ad Blocker Plus for YouTube™

View on Chrome Web Store
View Video Ad Blocker Plus for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (189 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Block disruptive video ads on YouTube™
Type
Extension
Users
60,000 users
10K
Video Ad Blocker Plus
View author page of Video Ad Blocker Plus
Published
Published on April 11, 2016
Version 1.2.3
Manifest version
3
Updated
Updated on July 31, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Video Ad Blocker Plus for YouTube™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Ad Blocker Plus for YouTube\u2122",
    "description": "Block disruptive video ads on YouTube\u2122",
    "version": "1.2.3",
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/Icon_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "content_start.js"
            ],
            "match_about_blank": true
        },
        {
            "all_frames": false,
            "js": [
                "youtubeBlocker.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/Icon_16.png",
        "48": "img\/Icon_48.png",
        "128": "img\/Icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "vab_intercept.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top