Zalo Dark Mode
Zalo Dark Mode
Zalo Dark Mode란 무엇입니까?
Zalo Dark Mode은(는) Công Cụ VL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zalo Dark Mode"입니다.
확장 프로그램 스크린샷
Zalo Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |