DarkMode for Zalo
Let's enjoy zalo with dark colors
什么是DarkMode for Zalo?
DarkMode for Zalo是由https://quangsangblog.com开发的Chrome扩展程序,该扩展的主要功能是“Let's enjoy zalo with dark colors”。
扩展截图
下载DarkMode for Zalo扩展crx文件
下载DarkMode for Zalo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Changing the website interface to darkmode helps protect users' eyes when using at night                     扩展基本信息
| 名称 |   |  
| ID | ennaacidagoocimfehigmfllkekkaobf | 
| 官方URL | https://chromewebstore.google.com/detail/darkmode-for-zalo/ennaacidagoocimfehigmfllkekkaobf | 
| 简介 | Let's enjoy zalo with dark colors | 
| 文件大小 | 13.18 KB | 
| 安装次数 | 31 | 
| 当前版本 | 0.0.1 | 
| 更新时间 | 2022-03-29 | 
| 上架时间 | 2022-03-28 | 
| 开发者 | https://quangsangblog.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
    }
}  |  |