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 擴展基本資訊
| 名稱 | |
| ID | agbemapbkffnbkpnfheipfcjmlnkheaa |
| 官方網址 | 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"
}
} | |