WebExtension.net
WebExtension.net

Site Blocker - Block Site & Focus Mode

View on Chrome Web Store
View Site Blocker - Block Site & Focus Mode Chrome Extension on Chrome Web Store
4.6 (1,155 ratings)

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
1,000,000 users
Website taskshield.net
Website Blocker
View author page of Website Blocker
Published
Published on February 14, 2023
Version 1.0.3
Manifest version
3
Updated
Updated on January 12, 2024
View on Chrome Web Store
View Site Blocker - Block Site & Focus Mode Chrome Extension on Chrome Web Store
make_chrome_yours/privacy
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.3",
    "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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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