Zalo Dark Mode

Zalo Dark Mode

Was ist Zalo Dark Mode?

Zalo Dark Mode ist eine Chrome-Erweiterung, die von Công Cụ VL entwickelt wurde, und ihr Hauptmerkmal ist "Zalo Dark Mode".

Erweiterungsscreenshots

screenshot

Zalo Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Zalo Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Make Zalo Dark with this Theme
It's time to make Zalo dark and stylish! 

This Google Chrome extension will turn on night mode on Zalo and also save your eyes. Check yourself, it's much more comfortable to work with a dark interface. After all, who decided that the Internet should be light?

Dark Theme for Zalo has a number of wonderful features:

- It has a number of black and dark themes to choose from
- It's super lightweight
- It's really easy to use
- You can turn it on and off anytime
- You can customize any theme or even create your own in a second!                    

Grundlegende Informationen zur Erweiterung

Name Zalo Dark Mode Zalo Dark Mode
ID nmpijkpfmjfkombfkdckhdehooadcpao
Offizielle URL https://chromewebstore.google.com/detail/zalo-dark-mode/nmpijkpfmjfkombfkdckhdehooadcpao
Beschreibung Zalo Dark Mode
Dateigröße 46.1 KB
Installationsanzahl 7,391
Aktuelle Version 2.0
Letztes Update 2023-01-29
Veröffentlichungsdatum 2020-05-07
Bewertung 3.74/5 Insgesamt 23 Bewertungen
Entwickler Công Cụ VL
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nam.name.vn/extension-dark-mode-cho-zalo-web.html
Unterstützte Sprachen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zalo Dark Mode",
    "version": "2.0",
    "description": "Zalo Dark Mode",
    "author": "C\u00f4ng C\u1ee5 VL",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.zalo.me\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/css\/theme-dark-v2.0.css"
            ],
            "js": [
                "assets\/js\/main.js"
            ]
        }
    ]
}