WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
OTT Ad Blocker

OTT Ad Blocker

View on Chrome Web Store
View OTT Ad Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (24 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 Ads On YouTube, HBO Max, Disney Plus, And More For Uninterrupted Streaming On All Your Favorite Platforms With OTT Ad Blocker!
Type
Extension
Users
1,000 users
1
OTT Ad Blocker
View author page of OTT Ad Blocker
Published
Published on May 13, 2024
Version 0.0.2
Manifest version
3
Updated
Updated on May 7, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View OTT Ad Blocker 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_description__",
    "default_locale": "en",
    "version": "0.0.2",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "image\/128.png"
        }
    },
    "icons": {
        "16": "image\/16.png",
        "32": "image\/32.png",
        "48": "image\/48.png",
        "128": "image\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
© 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