WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Ad blocker

Ad blocker

View on Chrome Web Store
3.3 (6 ratings)
1 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Removes the ads
Type
Extension
Users
4,000 users
1K
KarthiTech
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.0.3
Manifest version
3
Updated
productivity/workflow
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad blocker",
    "description": "Removes the ads",
    "version": "1.0.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "incognito": "split",
    "action": {
        "default_icon": "on.png",
        "default_title": "Remove the Ads"
    },
    "background": {
        "service_worker": "bm.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "pm.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}
© 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.