Zalo Dark Mode

Zalo Dark Mode

Zalo Dark Mode là gì?

Zalo Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Công Cụ VL, và tính năng chính của nó là "Zalo Dark Mode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zalo Dark Mode

Tải xuống các tệp mở rộng Zalo Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zalo Dark Mode Zalo Dark Mode
ID nmpijkpfmjfkombfkdckhdehooadcpao
URL Chính Thức https://chromewebstore.google.com/detail/zalo-dark-mode/nmpijkpfmjfkombfkdckhdehooadcpao
Mô tả Zalo Dark Mode
Kích Thước Tệp 46.1 KB
Số Lần Cài Đặt 7,391
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-01-29
Ngày Phát Hành 2020-05-07
Đánh Giá 3.74/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Công Cụ VL
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nam.name.vn/extension-dark-mode-cho-zalo-web.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}