TrueBlock
The simple website blocker.
Qu'est-ce que TrueBlock ?
TrueBlock est une extension Chrome développée par Tom Richards, et sa fonction principale est "The simple website blocker.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TrueBlock
Téléchargez les fichiers d'extension TrueBlock 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
This extension provides a means to completely block any misbehaving website. If you disagree with a site for any reason, simply hit "block" and write yourself a note about why you never want to visit it again. The extension will prevent all future requests to the site!
Informations de Base sur l'Extension
Nom | TrueBlock |
ID | adcbggkgllkljeliabhgmmkmpebhdbno |
URL Officiel | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
Description | The simple website blocker. |
Taille du Fichier | 24.95 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.7.3 |
Dernière Mise à Jour | 2023-01-22 |
Date de Publication | 2022-07-26 |
Évaluation | 3.71/5 Total 7 Évaluations |
Développeur | Tom Richards |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrueBlock", "description": "The simple website blocker.", "version": "0.7.3", "manifest_version": 3, "background": { "service_worker": "worker.js" }, "action": { "default_title": "TrueBlock", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "declarativeNetRequest", "storage" ] } |