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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dark theme for TikTok एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}