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
Eメール [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"
            ]
        }
    ]
}