TrueBlock
The simple website blocker.
Cos'è TrueBlock?
TrueBlock è un'estensione di Chrome sviluppata da Tom Richards, e la sua funzione principale è "The simple website blocker.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TrueBlock
Scarica i file di estensione TrueBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | adcbggkgllkljeliabhgmmkmpebhdbno |
| URL Ufficiale | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
| Descrizione | The simple website blocker. |
| Dimensione del File | 24.95 KB |
| Conteggio Installazioni | 66 |
| Versione Corrente | 0.7.3 |
| Ultimo Aggiornamento | 2023-01-22 |
| Data di Pubblicazione | 2022-07-26 |
| Valutazione | 3.71/5 Totale 7 Valutazioni |
| Sviluppatore | Tom Richards |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |