Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BlockSite: Free Block Websites & Focus", "description": "Block Distracting Websites to Boost Your Productivity & Stay Focus (Free)", "version": "3.2.0", "icons": { "32": "icon_32.png", "128": "icon_128.png" }, "action": { "default_icon": { "32": "icon_32.png", "128": "icon_128.png" } }, "options_page": "options.html", "permissions": [ "storage", "webNavigation" ], "background": { "service_worker": "background.mjs", "type": "module" }, "incognito": "split", "minimum_chrome_version": "92" }