Block urls
This extension allows you to block urls
What is Block urls?
Block urls is a Chrome extension developed by sander, and its main feature is "This extension allows you to block urls".
Extension Screenshots
Download Block urls Extension CRX File
Download Block urls 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
Extension Basic Information
Name | Block urls |
ID | kdmephdigbdiijhnnnddhdkjaibdnbad |
Official URL | https://chromewebstore.google.com/detail/block-urls/kdmephdigbdiijhnnnddhdkjaibdnbad |
Description | This extension allows you to block urls |
File Size | 94.67 KB |
Installation Count | 315 |
Current Version | 1.0.3 |
Last Updated | 2015-02-17 |
Publish Date | 2015-02-16 |
Rating | 3.11/5 Total 9 Ratings |
Developer | sander |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block urls", "short_name": "Block urls", "description": "This extension allows you to block urls", "version": "1.0.3", "homepage_url": "http:\/\/github.com\/sanderhahn\/blockurls", "icons": { "16": "block16.png", "24": "block24.png", "32": "block32.png", "48": "block48.png", "128": "block128.png" }, "background": { "persistent": true, "scripts": [ "shared.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "storage", "contextMenus", "activeTab" ] } |