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

FocusGuard - Block Site & Focus Mode

View on Chrome Web Store
View FocusGuard - Block Site & Focus Mode Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (2,873 ratings)
7 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.

Free site blocker for enhanced productivity. Custom blocklist and password protection. Stay focused, and block distractions.
Type
Extension
Users
300,000 users
100K
Block Site
View author page of Block Site
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 8, 2023
Version 1.0.5
Manifest version
3
Updated
Updated on February 23, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View FocusGuard - 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.5",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "img\/icon-16_x_16.png",
            "32": "img\/icon-32_x_32.png",
            "64": "img\/icon-64_x_64.png",
            "128": "img\/icon-128_x_128.png",
            "512": "img\/icon-512_x_512.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16_x_16.png",
        "32": "img\/icon-32_x_32.png",
        "64": "img\/icon-64_x_64.png",
        "128": "img\/icon-128_x_128.png",
        "512": "img\/icon-512_x_512.png"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms",
        "favicon",
        "commands",
        "contextMenus",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "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."
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/checker.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 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