WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Work Mode

Work Mode

View on Chrome Web Store
View Work Mode Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (6 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.

This extension lets you enter 'Work Mode' with a click, blocking your chosen distracting websites.
Type
Extension
Users
1,000 users
alexbudy
View author page of alexbudy
Published
Published on August 7, 2016
Version 1.0
Manifest version
2
Updated
Updated on August 7, 2016
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Work 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",
    "manifest_version": 2,
    "name": "Work Mode",
    "short_name": "Work Mode",
    "version": "1.0",
    "description": "This extension lets you enter 'Work Mode' with a click, blocking your chosen distracting websites.",
    "browser_action": {
        "default_icon": "workmode_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/workmode_16.png",
        "48": "icons\/workmode_48.png",
        "128": "icons\/workmode_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.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