WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Adblock Lite - free ad blocker

Adblock Lite - free ad blocker

View on Chrome Web Store
View Adblock Lite - free ad blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (21 ratings)
1 new ratings
31 views
This extension has been viewed 31 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
4,000 users
1K
Johnycode
View author page of Johnycode
Published
Published on January 6, 2025
Version 1.0.9
Manifest version
3
Updated
Updated on June 25, 2025
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View Adblock Lite - free 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_releasebuild__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "manifest_version": 3,
    "version": "1.0.9",
    "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