WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
uBlock V2

uBlock V2

View on Chrome Web Store
View uBlock V2 Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (9 ratings)
8 new ratings
14 views
This extension has been viewed 14 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.

An efficient no-nonsense ad blocker - Blocks ads, trackers, and more immediately upon installation.
Type
Extension
Users
1,000 users
0.9K
Johnycode
View author page of Johnycode
Published
Published on June 3, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on June 3, 2025
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View uBlock V2 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_releasebuild__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "manifest_version": 3,
    "version": "1.0.2",
    "background": {
        "service_worker": "background\/background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_name__",
        "default_icon": "icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "rules.json"
            },
            {
                "id": "ruleset2",
                "enabled": true,
                "path": "rules2.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "notifications"
    ]
}
© 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