WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ZeroAds - Block All Ads, Instantly

ZeroAds - Block All Ads, Instantly

View on Chrome Web Store
View ZeroAds - Block All Ads, Instantly Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Blocks ads, pop-ups, and tracking scripts across websites for a cleaner browsing experience.
Type
Extension
Users
17 users
1
Huzaifa
View author page of Huzaifa
Published
Published on February 8, 2026
Version 1.0.5
Manifest version
3
Updated
Updated on February 8, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ZeroAds - Block All Ads, Instantly 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": "ZeroAds - Block All Ads, Instantly",
    "version": "1.0.5",
    "description": "Blocks ads, pop-ups, and tracking scripts across websites for a cleaner browsing experience.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "youtube_ads",
                "enabled": true,
                "path": "rules\/youtube_ads.json"
            },
            {
                "id": "google_ads",
                "enabled": true,
                "path": "rules\/google_ads.json"
            },
            {
                "id": "third_party_ads",
                "enabled": true,
                "path": "rules\/third_party_ads.json"
            },
            {
                "id": "tracking_scripts",
                "enabled": true,
                "path": "rules\/tracking_scripts.json"
            },
            {
                "id": "popups_notifications",
                "enabled": true,
                "path": "rules\/popups_notifications.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-generic.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "rules\/*.json",
                "inject.js",
                "web_accessible_resources\/google-ima.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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