Block TikTok
Blocks access to TikTok to boost productivity
Wat is Block TikTok?
Block TikTok is een Chrome-extensie ontwikkeld door Aditya, en de belangrijkste functie is "Blocks access to TikTok to boost productivity".
Extensie Screenshots
Download het CRX-bestand van de extensie Block TikTok
Download Block TikTok-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
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 Basisinformatie over de Extensie
| Naam | |
| ID | agbemapbkffnbkpnfheipfcjmlnkheaa |
| Officiële URL | https://chromewebstore.google.com/detail/block-tiktok/agbemapbkffnbkpnfheipfcjmlnkheaa |
| Beschrijving | Blocks access to TikTok to boost productivity |
| Bestandsgrootte | 28.36 KB |
| Aantal Installaties | 1,292 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2023-06-10 |
| Publicatiedatum | 2021-12-26 |
| Beoordeling | 4.11/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Aditya |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |