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"입니다.

확장 프로그램 스크린샷

screenshot

DarkMode for Zalo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Changing the website interface to darkmode helps protect users' eyes when using at night                    

확장 프로그램 기본 정보

이름 DarkMode for Zalo DarkMode for Zalo
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"
    }
}