WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Block these URLs, Domains or Keywords

Block these URLs, Domains or Keywords

View on Chrome Web Store
View Block these URLs, Domains or Keywords Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (140 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.

Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
Type
Extension
Users
6,000 users
1K
Romkaq
View author page of Romkaq
Published
Published on July 18, 2021
Version 4.17
Manifest version
3
Updated
Updated on December 2, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Block these URLs, Domains or Keywords 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": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "4.17",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "URL Block",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "default_locale": "en",
    "options_page": "settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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