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文件

下载Block TikTok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}