TrueBlock
The simple website blocker.
Was ist TrueBlock?
TrueBlock ist eine Chrome-Erweiterung, die von Tom Richards entwickelt wurde, und ihr Hauptmerkmal ist "The simple website blocker.".
Erweiterungsscreenshots
TrueBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie TrueBlock-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
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!
Grundlegende Informationen zur Erweiterung
Name | TrueBlock |
ID | adcbggkgllkljeliabhgmmkmpebhdbno |
Offizielle URL | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
Beschreibung | The simple website blocker. |
Dateigröße | 24.95 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.7.3 |
Letztes Update | 2023-01-22 |
Veröffentlichungsdatum | 2022-07-26 |
Bewertung | 3.71/5 Insgesamt 7 Bewertungen |
Entwickler | Tom Richards |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |