DarkMode for Zalo

Let's enjoy zalo with dark colors

What is DarkMode for Zalo?

DarkMode for Zalo is a Chrome extension developed by https://quangsangblog.com, and its main feature is "Let's enjoy zalo with dark colors".

Extension Screenshots

screenshot

Download DarkMode for Zalo Extension CRX File

Download DarkMode for Zalo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Changing the website interface to darkmode helps protect users' eyes when using at night                    

Extension Basic Information

Name DarkMode for Zalo DarkMode for Zalo
ID ennaacidagoocimfehigmfllkekkaobf
Official URL https://chromewebstore.google.com/detail/darkmode-for-zalo/ennaacidagoocimfehigmfllkekkaobf
Description Let's enjoy zalo with dark colors
File Size 13.18 KB
Installation Count 31
Current Version 0.0.1
Last Updated 2022-03-29
Publish Date 2022-03-28
Developer https://quangsangblog.com
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DarkMode for Zalo",
    "description": "Let's enjoy zalo with dark colors",
    "icons": {
        "16": "\/imgs\/icon16.png",
        "48": "\/imgs\/icon48.png",
        "128": "\/imgs\/icon128.png"
    },
    "version": "0.0.1",
    "author": "Quang S\u00e1ng",
    "manifest_version": 3,
    "action": {
        "default_title": "DarkMode for Zalo",
        "default_icon": "\/imgs\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/chat.zalo.me\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}