WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Web Site blocker

Web Site blocker

View on Chrome Web Store
View Web Site blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (201 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Easy way to block distracting websites to prevent access while you work
Type
Extension
Users
40,000 users
10K
Armen Stepanyan
View author page of Armen Stepanyan
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 24, 2021
Version 1.3.5
Manifest version
3
Updated
Updated on August 21, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Web Site 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",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Easy way to block distracting websites to prevent access while you work",
    "icons": {
        "16": "32.png",
        "48": "64.png",
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Web Site blocker",
    "options_page": "options\/index.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "version": "1.3.5"
}
© 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