Block Site
Blocks access to distracting websites to improve your productivity.
What is Block Site?
Block Site is a Chrome extension developed by Pavel Bucka, and its main feature is "Blocks access to distracting websites to improve your productivity.".
Extension Screenshots
Download Block Site Extension CRX File
Download Block Site extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Block Site is a simple Chrome extension that improves your productivity by blocking access to distracting websites as you specify. To configure, click on the B icon in the toolbar. More at: https://github.com/penge/block-site
Extension Basic Information
Name | Block Site |
ID | bjcnpgekponkjpincbcoflgkdomldlnl |
Official URL | https://chromewebstore.google.com/detail/block-site/bjcnpgekponkjpincbcoflgkdomldlnl |
Description | Blocks access to distracting websites to improve your productivity. |
File Size | 19.18 KB |
Installation Count | 2,048 |
Current Version | 8.1 |
Last Updated | 2023-12-29 |
Publish Date | 2020-07-30 |
Rating | 4.71/5 Total 41 Ratings |
Developer | Pavel Bucka |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/penge/block-site |
Help Page URL | https://github.com/penge/block-site |
Privacy Policy Page URL | https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Block Site", "description": "Blocks access to distracting websites to improve your productivity.", "version": "8.1", "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", "tabs", "webNavigation", "contextMenus" ], "background": { "service_worker": "background.mjs", "type": "module" }, "incognito": "split", "minimum_chrome_version": "92" } |