X-blocker
Blocks incoming things from the web.
Was ist X-blocker?
X-blocker ist eine Chrome-Erweiterung, die von Rudie Dirkx entwickelt wurde, und ihr Hauptmerkmal ist "Blocks incoming things from the web.".
Erweiterungsscreenshots
X-blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie X-blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | X-blocker |
ID | klfccdpgijdpcojlaohmnccfpdomgadh |
Offizielle URL | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
Beschreibung | Blocks incoming things from the web. |
Dateigröße | 18.7 KB |
Installationsanzahl | 817 |
Aktuelle Version | 1.10 |
Letztes Update | 2023-05-13 |
Veröffentlichungsdatum | 2016-03-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Rudie Dirkx |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/rudiedirkx/xblocker-extension |
Unterstützte Sprachen | 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 } |