X-blocker
Blocks incoming things from the web.
Qu'est-ce que X-blocker ?
X-blocker est une extension Chrome développée par Rudie Dirkx, et sa fonction principale est "Blocks incoming things from the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension X-blocker
Téléchargez les fichiers d'extension X-blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | X-blocker |
ID | klfccdpgijdpcojlaohmnccfpdomgadh |
URL Officiel | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
Description | Blocks incoming things from the web. |
Taille du Fichier | 18.7 KB |
Nombre d'Installations | 817 |
Version Actuelle | 1.10 |
Dernière Mise à Jour | 2023-05-13 |
Date de Publication | 2016-03-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Rudie Dirkx |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/rudiedirkx/xblocker-extension |
Langues Prises en Charge | 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 } |