Block TikTok

Blocks access to TikTok to boost productivity

Vad är Block TikTok?

Block TikTok är en Chrome-tillägg utvecklad av Aditya, och dess huvudfunktion är "Blocks access to TikTok to boost productivity".

Tilläggsskärmbilder

Ladda ner Block TikTok-förlängningens CRX-fil

Ladda ner Block TikTok-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Block TikTok Block TikTok
ID agbemapbkffnbkpnfheipfcjmlnkheaa
Officiell webbadress https://chromewebstore.google.com/detail/block-tiktok/agbemapbkffnbkpnfheipfcjmlnkheaa
Beskrivning Blocks access to TikTok to boost productivity
Filstorlek 28.36 KB
Antal Installationer 1,292
Aktuell Version 1.3
Senast Uppdaterad 2023-06-10
Publiceringsdatum 2021-12-26
Betyg 4.11/5 Totalt 9 Betyg
Utvecklare Aditya
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}