Block TikTok

Blocks access to TikTok to boost productivity

Qu'est-ce que Block TikTok ?

Block TikTok est une extension Chrome développée par Aditya, et sa fonction principale est "Blocks access to TikTok to boost productivity".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Block TikTok

Téléchargez les fichiers d'extension Block TikTok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Block TikTok Block TikTok
ID agbemapbkffnbkpnfheipfcjmlnkheaa
URL Officiel https://chromewebstore.google.com/detail/block-tiktok/agbemapbkffnbkpnfheipfcjmlnkheaa
Description Blocks access to TikTok to boost productivity
Taille du Fichier 28.36 KB
Nombre d'Installations 1,292
Version Actuelle 1.3
Dernière Mise à Jour 2023-06-10
Date de Publication 2021-12-26
Évaluation 4.11/5 Total 9 Évaluations
Développeur Aditya
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}