WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Skip and Block YouTube Ads

Skip and Block YouTube Ads

View on Chrome Web Store
View Skip and Block YouTube Ads Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 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.

Removes ads and banners from YouTube! Block ads and pop-unders in the video player and remove all other ads. Make YouTube faster.
Type
Extension
Users
406 users
2
Website getadlock.com
AdBlocker for YT
View author page of AdBlocker for YT
Published
Published on January 1, 2025
Version 1.2
Manifest version
3
Updated
Updated on January 1, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Skip and Block YouTube Ads 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": "1.2",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}
© 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