Dark theme for TikTok

Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.

Dark theme for TikTokคืออะไร?

Dark theme for TikTok เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ali และคุณลักษณะหลักของมันคือ "Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Dark theme for TikTok ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dark Mode TikTok is a browser extension that will make the tiktok.com website dark, comfortable for spending time in the dark. The colors are specially selected so that there is no sense of sharpness.

The Dark Mode TikTok extension works great on the site and in the desktop version of TikTok. To use the extension, just go to the site and click on the extension's icon to enable or disable dark mode.

This is an independent project developed by our team and not affiliated with TikTok Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark theme for TikTok Dark theme for TikTok
ID lkcihiljgncclejgncmkfgdaljifeedk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-theme-for-tiktok/lkcihiljgncclejgncmkfgdaljifeedk
คำอธิบาย Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.
ขนาดไฟล์ 30.15 KB
จำนวนการติดตั้ง 30,190
เวอร์ชันปัจจุบัน 0.0.05
อัปเดตครั้งล่าสุด 2021-09-06
วันที่เผยแพร่ 2021-06-02
คะแนน 3.67/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา ali
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "0.0.05",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.tiktok.com\/*"
    ],
    "icons": {
        "189": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}