WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Ad Block Youtube

Video Ad Block Youtube

View on Chrome Web Store
View Video Ad Block Youtube Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,502 ratings)
2 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.

AdBlocker for YouTube, Hotstar, JioCinema and etc.
Type
Extension
Users
100,000 users
emredenizadem
View author page of emredenizadem
Published
Published on June 29, 2022
Version 2.2
Manifest version
3
Updated
Updated on May 20, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Video Ad Block 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 Block Youtube",
    "version": "2.2",
    "description": "AdBlocker for YouTube, Hotstar, JioCinema and etc.",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "icons": {
        "128": "ytblocker128.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "ytblocker128.png",
            "32": "ytblocker128.png",
            "48": "ytblocker128.png",
            "128": "ytblocker128.png"
        },
        "default_title": "Video Ad Block Youtube!"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "yt.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}
© 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