X-blocker
Blocks incoming things from the web.
What is X-blocker?
X-blocker is a Chrome extension developed by Rudie Dirkx, and its main feature is "Blocks incoming things from the web.".
Extension Screenshots
Download X-blocker Extension CRX File
Download X-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
X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block. For instance, block all `nicescroll.js` scripts.
Extension Basic Information
Name | X-blocker |
ID | klfccdpgijdpcojlaohmnccfpdomgadh |
Official URL | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
Description | Blocks incoming things from the web. |
File Size | 18.7 KB |
Installation Count | 817 |
Current Version | 1.10 |
Last Updated | 2023-05-13 |
Publish Date | 2016-03-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rudie Dirkx |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/rudiedirkx/xblocker-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X-blocker", "description": "Blocks incoming things from the web.", "version": "1.10", "permissions": [ "storage", "declarativeNetRequest" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "xblocker.sw.js" }, "options_page": "options\/options.html", "action": { "default_title": "X-blocker - Click to toggle & reload", "default_icon": { "128": "images\/128x128.png" } }, "icons": { "128": "images\/128x128.png" }, "manifest_version": 3 } |