Zalo Dark Mode

Zalo Dark Mode

Vad är Zalo Dark Mode?

Zalo Dark Mode är en Chrome-tillägg utvecklad av Công Cụ VL, och dess huvudfunktion är "Zalo Dark Mode".

Tilläggsskärmbilder

screenshot

Ladda ner Zalo Dark Mode-förlängningens CRX-fil

Ladda ner Zalo Dark Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Zalo Dark Mode Zalo Dark Mode
ID nmpijkpfmjfkombfkdckhdehooadcpao
Officiell webbadress https://chromewebstore.google.com/detail/zalo-dark-mode/nmpijkpfmjfkombfkdckhdehooadcpao
Beskrivning Zalo Dark Mode
Filstorlek 46.1 KB
Antal Installationer 7,391
Aktuell Version 2.0
Senast Uppdaterad 2023-01-29
Publiceringsdatum 2020-05-07
Betyg 3.74/5 Totalt 23 Betyg
Utvecklare Công Cụ VL
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nam.name.vn/extension-dark-mode-cho-zalo-web.html
Stödda Språk 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"
            ]
        }
    ]
}