Block TikTok
Blocks access to TikTok to boost productivity
Cos'è Block TikTok?
Block TikTok è un'estensione di Chrome sviluppata da Aditya, e la sua funzione principale è "Blocks access to TikTok to boost productivity".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Block TikTok
Scarica i file di estensione Block TikTok 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
TikTok Blocker
A browser extension to help you focus on your work and block distracting TikTok.
Features:
- This extension will close the tab automatically if you open TikTok.
- If you try to open tiktok.com the tab will not open and you will get redirected to the previous tab.
Nowadays the TikTok web version has evolved a lot, it has keyboard shortcuts to easily navigate the videos, etc thereby making it more addictive.
To focus on your work this extension will be very helpful !
Please support the development of free softwares like this
https://www.buymeacoffee.com/adityaw114 Informazioni di Base sull'Estensione
| Nome | |
| ID | agbemapbkffnbkpnfheipfcjmlnkheaa |
| URL Ufficiale | https://chromewebstore.google.com/detail/block-tiktok/agbemapbkffnbkpnfheipfcjmlnkheaa |
| Descrizione | Blocks access to TikTok to boost productivity |
| Dimensione del File | 28.36 KB |
| Conteggio Installazioni | 1,292 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2023-06-10 |
| Data di Pubblicazione | 2021-12-26 |
| Valutazione | 4.11/5 Totale 9 Valutazioni |
| Sviluppatore | Aditya |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Block TikTok",
"description": "Blocks access to TikTok to boost productivity",
"version": "1.3",
"manifest_version": 3,
"permissions": [
"storage",
"tabs"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
} | |