Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on May 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TimeBlock", "version": "24.6.25", "description": "TimeBlock blocks distracting websites during specified hours, boosting productivity and focus.", "permissions": [ "storage", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "action": { "default_popup": "html\/options.html", "default_icon": "clock.png" }, "icons": { "16": "clock.png", "32": "clock.png", "48": "clock.png", "128": "clock.png" } }