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 Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Website Blocker: Block Websites and Focus", "version": "1.2", "description": "Easy way to block websites and stay focused. Add a site to block or block by category to block distracting sites and stay focused", "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "webNavigation", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "blocked.html" ], "matches": [ "*:\/\/*\/*" ], "use_dynamic_url": true } ] }