TrueBlock
The simple website blocker.
Wat is TrueBlock?
TrueBlock is een Chrome-extensie ontwikkeld door Tom Richards, en de belangrijkste functie is "The simple website blocker.".
Extensie Screenshots
Download het CRX-bestand van de extensie TrueBlock
Download TrueBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | adcbggkgllkljeliabhgmmkmpebhdbno |
| Officiële URL | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
| Beschrijving | The simple website blocker. |
| Bestandsgrootte | 24.95 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 0.7.3 |
| Laatst Bijgewerkt | 2023-01-22 |
| Publicatiedatum | 2022-07-26 |
| Beoordeling | 3.71/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Tom Richards |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |