WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Adblock for YouTube Block Ads Skip Video Sponsored

Adblock for YouTube Block Ads Skip Video Sponsored

View on Chrome Web Store
View Adblock for YouTube Block Ads Skip Video Sponsored Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (34 ratings)
2 new ratings
5 views
This extension has been viewed 5 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.

YouTube ad blocker – blocks banners and pop-ups. Enjoy ad-free, faster browsing and protect your privacy effortlessly!
Type
Extension
Users
9,000 users
1K
Ads Blocker Office
View author page of Ads Blocker Office
Published
Published on August 8, 2024
Version 1.16
Manifest version
3
Updated
Updated on September 9, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Adblock for YouTube Block Ads Skip Video Sponsored 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",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.16",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}
© 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