Dark Mode for TikTok

Switch your TikTok site mode to dark or light with just one click.

Qu'est-ce que Dark Mode for TikTok ?

Dark Mode for TikTok est une extension Chrome développée par Free Apps, et sa fonction principale est "Switch your TikTok site mode to dark or light with just one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark Mode for TikTok

Téléchargez les fichiers d'extension Dark Mode for TikTok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Do you like using Tiktok on your computer? Try installing this extension to protect your eyes when you use Tiktok on your
desktop computer at night time.

Dark Mode for tiktok allows you to rest your eyes when you use the Tiktok website at night. It allows you to change the background
to black and the text is changed to white color. This would reduce the stress on your eyes when you are surfing Tiktok at night.

To turn dark mode on and off for the Tiktok website, just click on the extension icon when you're on the Tiktok website.

You can toggle the dark mode/night mode for tiktok to be on and off.

Please note this extension is NOT created by Tiktok and is created by a team of independent developers. We're constantly updating this
extension and you can e-mail us if the extension is not working as Tiktok updates their desktop website and can cause our extension to break.                    

Informations de Base sur l'Extension

Nom Dark Mode for TikTok Dark Mode for TikTok
ID engkllfgplhhkgolccacknphpegjjgbn
URL Officiel https://chromewebstore.google.com/detail/dark-mode-for-tiktok/engkllfgplhhkgolccacknphpegjjgbn
Description Switch your TikTok site mode to dark or light with just one click.
Taille du Fichier 43.52 KB
Nombre d'Installations 930
Version Actuelle 3.0.3
Dernière Mise à Jour 2023-10-31
Date de Publication 2022-05-08
Évaluation 4.75/5 Total 4 Évaluations
Développeur Free Apps
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://word-pdf.freeonlineapps.net/privacy-policy
Langues Prises en Charge id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 3,
    "version": "3.0.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "189": "img\/enable.png"
    },
    "homepage_url": "https:\/\/dark-mode-tiktok.freespeedcheck.net\/"
}