Block TikTok

Blocks access to TikTok to boost productivity

Block TikTok란 무엇입니까?

Block TikTok은(는) Aditya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks access to TikTok to boost productivity"입니다.

확장 프로그램 스크린샷

Block TikTok 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Block TikTok Block TikTok
ID agbemapbkffnbkpnfheipfcjmlnkheaa
공식 URL https://chromewebstore.google.com/detail/block-tiktok/agbemapbkffnbkpnfheipfcjmlnkheaa
설명 Blocks access to TikTok to boost productivity
파일 크기 28.36 KB
설치 횟수 1,292
현재 버전 1.3
최근 업데이트 2023-06-10
출시 날짜 2021-12-26
평점 4.11/5 총 9 개의 평점
개발자 Aditya
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}