Block TikTok

Blocks access to TikTok to boost productivity

Block TikTokคืออะไร?

Block TikTok เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aditya และคุณลักษณะหลักของมันคือ "Blocks access to TikTok to boost productivity"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block TikTok

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}