Web Blocker
Web Blocker blocks access to any websites that you specific to improve your productivity.
What is Web Blocker?
Web Blocker is a Chrome extension developed by https://webblocker.co, and its main feature is "Web Blocker blocks access to any websites that you specific to improve your productivity.".
Extension Screenshots
Download Web Blocker Extension CRX File
Download Web Blocker 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
This extension helps you get rid of the sites that you spend so much time on it. It will automatically block all the websites that you specific on the option page. Web Blocker is very easy to use. You can stay focus on the websites that you working on and block those website that wasting your time such as social media sites.
Extension Basic Information
Name | Web Blocker |
ID | pjoghcbfnmhkcngdejiebfolglianlkn |
Official URL | https://chromewebstore.google.com/detail/web-blocker/pjoghcbfnmhkcngdejiebfolglianlkn |
Description | Web Blocker blocks access to any websites that you specific to improve your productivity. |
File Size | 12.12 KB |
Installation Count | 1,867 |
Current Version | 1.0 |
Last Updated | 2021-06-24 |
Publish Date | 2021-06-24 |
Rating | 3.18/5 Total 11 Ratings |
Developer | https://webblocker.co |
[email protected] | |
Payment Type | free |
Extension Website | https://www.webblocker.co |
Help Page URL | https://www.webblocker.co |
Privacy Policy Page URL | https://www.webblocker.co/privacy_policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Blocker", "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.", "version": "1.0", "icons": { "128": "icon.png" }, "options_page": "options.html", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": [] } |