URL Block
Block URLs
What is URL Block?
URL Block is a Chrome extension developed by Eric Yang, and its main feature is "Block URLs".
Extension Screenshots
Download URL Block Extension CRX File
Download URL Block 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 URLs you don't want to open. For example, you can't stop to open some webs like "facebook.com", "twitter.com" while you are working. You want to concentrate on work, but those webs are really so interesting. "URL Block" is a really good choice for you. I have the same trouble, so I create this extension. Hope it is good for you too. Plz let me know if you have some trouble or advice. My email: [email protected]
Extension Basic Information
Name | URL Block |
ID | fdapkdfieimlngpkffldigiajemcamlb |
Official URL | https://chromewebstore.google.com/detail/url-block/fdapkdfieimlngpkffldigiajemcamlb |
Description | Block URLs |
File Size | 48.34 KB |
Installation Count | 1,756 |
Current Version | 1.2.1 |
Last Updated | 2024-03-04 |
Publish Date | 2017-11-27 |
Rating | 3.50/5 Total 8 Ratings |
Developer | Eric Yang |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.1", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "js\/service_worker.js", "type": "module" }, "content_scripts": [ { "matches": [ " |