Zalo Dark Mode
Zalo Dark Mode
Apa itu Zalo Dark Mode?
Zalo Dark Mode adalah ekstensi Chrome yang dikembangkan oleh Công Cụ VL, dan fitur utamanya adalah "Zalo Dark Mode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zalo Dark Mode
Unduh file ekstensi Zalo Dark Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Zalo Dark Mode |
ID | nmpijkpfmjfkombfkdckhdehooadcpao |
URL Resmi | https://chromewebstore.google.com/detail/zalo-dark-mode/nmpijkpfmjfkombfkdckhdehooadcpao |
Deskripsi | Zalo Dark Mode |
Ukuran File | 46.1 KB |
Jumlah Instalasi | 7,391 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-01-29 |
Tanggal Publikasi | 2020-05-07 |
Penilaian | 3.74/5 Total 23 Penilaian |
Pengembang | Công Cụ VL |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://nam.name.vn/extension-dark-mode-cho-zalo-web.html |
Bahasa yang Didukung | 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" ] } ] } |