WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Adblock for YouTube™

Adblock for YouTube™

View on Chrome Web Store
View Adblock for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (2,997 ratings)
2 new ratings
1 views
This extension has been viewed 1 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.

Remove all ads from YouTube. Block ads and pop-unders on YouTube videos and remove all other types of ads. Make YouTube work faster.
Type
Extension
Users
1,000,000 users
1M
Website getadblock.site
AdBlock for YouTube
View author page of AdBlock for YouTube
Published
Published on December 6, 2021
Version 2.6
Manifest version
3
Updated
Updated on April 26, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Adblock 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": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "2.6",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/skip-ad.js"
            ],
            "css": [
                "assets\/skip-ad.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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