WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Focus Mode - Website Blocker, Pomodoro Timer & Distraction-Free Browsing

Focus Mode - Website Blocker, Pomodoro Timer & Distraction-Free Browsing

View on Chrome Web Store
View Focus Mode - Website Blocker, Pomodoro Timer & Distraction-Free Browsing Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Block distractions. Build focus. Track your streak.
Type
Extension
Users
4 users
1
Autom8 LLC
View author page of Autom8 LLC
Published
Published on February 17, 2026
Version 1.0.2
Manifest version
3
Updated
Updated on March 3, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Focus Mode - Website Blocker, Pomodoro Timer & Distraction-Free Browsing 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_extName__",
    "version": "1.0.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none'; form-action 'none';"
    },
    "background": {
        "service_worker": "src\/background\/service-worker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        },
        "default_title": "Focus Mode - Blocker"
    },
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "dynamic_rules",
                "enabled": true,
                "path": "src\/rules\/dynamic-rules.json"
            }
        ]
    },
    "commands": {
        "quick-focus": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Alt+Shift+F"
            },
            "description": "Start\/Stop Quick Focus Session"
        },
        "nuclear-mode": {
            "suggested_key": {
                "default": "Alt+Shift+N",
                "mac": "Alt+Shift+N"
            },
            "description": "Activate Nuclear Mode"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content\/detector.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "options_page": "src\/options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/blocked\/blocked.html",
                "src\/blocked\/blocked.css",
                "src\/blocked\/blocked.js",
                "src\/data\/quotes.json",
                "src\/data\/blocklists.json",
                "src\/legal\/privacy-policy.html",
                "src\/legal\/legal-styles.css",
                "src\/welcome\/welcome.html",
                "src\/welcome\/welcome.css",
                "src\/welcome\/welcome.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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