WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Site Blocker - Block Site & Focus Mode

Site Blocker - Block Site & Focus Mode

View on Chrome Web Store
View Site Blocker - Block Site & Focus Mode Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (1,382 ratings)
1 new ratings
18 views
This extension has been viewed 18 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.

The best free site blocker. Block websites, stay focused with website blocker. Set custom blocklist and password protection.
Type
Extension
Users
20,000 users
10K
Website taskshield.net
Website Blocker
View author page of Website Blocker
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 14, 2023
Version 1.0.4
Manifest version
3
Updated
Updated on February 23, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Site Blocker - Block Site & Focus Mode 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_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/service_worker.js"
    },
    "permissions": [
        "alarms",
        "favicon",
        "contextMenus",
        "notifications",
        "tabs",
        "storage",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Start\/Stop the timer."
        },
        "pause": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Pause\/Resume the timer."
        }
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "images\/icon-16_x_16.png",
            "32": "images\/icon-32_x_32.png",
            "64": "images\/icon-64_x_64.png",
            "128": "images\/icon-128_x_128.png",
            "512": "images\/icon-512_x_512.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16_x_16.png",
        "32": "images\/icon-32_x_32.png",
        "64": "images\/icon-64_x_64.png",
        "128": "images\/icon-128_x_128.png",
        "512": "images\/icon-512_x_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/checker.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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