TrueBlock
The simple website blocker.
Co to jest TrueBlock?
TrueBlock to rozszerzenie Chrome opracowane przez Tom Richards, a jego główną funkcją jest „The simple website blocker.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TrueBlock
Pobierz pliki rozszerzeń TrueBlock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | adcbggkgllkljeliabhgmmkmpebhdbno |
| Oficjalny URL | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
| Opis | The simple website blocker. |
| Rozmiar pliku | 24.95 KB |
| Liczba instalacji | 66 |
| Aktualna Wersja | 0.7.3 |
| Ostatnia Aktualizacja | 2023-01-22 |
| Data Publikacji | 2022-07-26 |
| Ocena | 3.71/5 Łącznie 7 Oceny |
| Deweloper | Tom Richards |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |