Zalo Dark Mode

Zalo Dark Mode

什么是Zalo Dark Mode?

Zalo Dark Mode是由Công Cụ VL开发的Chrome扩展程序,该扩展的主要功能是“Zalo Dark Mode”。

扩展截图

screenshot

下载Zalo Dark Mode扩展crx文件

下载Zalo Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Zalo Dark Mode Zalo Dark Mode
ID nmpijkpfmjfkombfkdckhdehooadcpao
官方URL https://chromewebstore.google.com/detail/zalo-dark-mode/nmpijkpfmjfkombfkdckhdehooadcpao
简介 Zalo Dark Mode
文件大小 46.1 KB
安装次数 7,391
当前版本 2.0
更新时间 2023-01-29
上架时间 2020-05-07
评分 3.74/5 共23次评分
开发者 Công Cụ VL
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nam.name.vn/extension-dark-mode-cho-zalo-web.html
支持的语言 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"
            ]
        }
    ]
}