URL Blocker
Block URLs by blacklist
What is URL Blocker?
URL Blocker is a Chrome extension developed by dustbin, and its main feature is "Block URLs by blacklist".
Extension Screenshots
Download URL Blocker Extension CRX File
Download URL 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
Block URLs by defining a blacklist using regular expressions.
Extension Basic Information
Name | URL Blocker |
ID | jpakadanffilpnjijlmmkljogkfaognd |
Official URL | https://chromewebstore.google.com/detail/url-blocker/jpakadanffilpnjijlmmkljogkfaognd |
Description | Block URLs by blacklist |
File Size | 101 KB |
Installation Count | 14,366 |
Current Version | 0.911 |
Last Updated | 2021-10-12 |
Publish Date | 2018-03-01 |
Rating | 3.93/5 Total 40 Ratings |
Developer | dustbin |
[email protected] | |
Payment Type | free |
Extension Website | https://www.dustbin.de/software/blockieren-von-internetseiten-in-google-chrome/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Blocker", "short_name": "URL Blocker", "description": "Block URLs by blacklist", "version": "0.911", "browser_action": [], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "webRequest", "webRequestBlocking", "tabs", "storage" ] } |