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은(는) ali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dark theme for TikTok 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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