WhatsApp Dark Mode

Enables Dark Mode on WhatsApp Web

WhatsApp Dark Mode란 무엇입니까?

WhatsApp Dark Mode은(는) http://harshitpeer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables Dark Mode on WhatsApp Web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WhatsApp Dark Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This simple and minimal extension gives you Dark Mode on WhatsApp Web with just one time installation

This is an unofficial enhacement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc. WhatsApp is a trademark of WhatsApp Inc.                    

확장 프로그램 기본 정보

이름 WhatsApp Dark Mode WhatsApp Dark Mode
ID jccncdabkmlbdieginahchogcfllfkhk
공식 URL https://chrome.google.com/webstore/detail/whatsapp-dark-mode/jccncdabkmlbdieginahchogcfllfkhk
설명 Enables Dark Mode on WhatsApp Web
파일 크기 5.38 KB
설치 횟수 20
현재 버전 1.0.0
최근 업데이트 2020-05-21
출시 날짜 2020-05-21
개발자 http://harshitpeer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://harshitpeer.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Dark Mode",
    "short_name": "WDM",
    "description": "Enables Dark Mode on WhatsApp Web",
    "version": "1.0.0",
    "icons": {
        "64": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "64": "images\/icon.png"
        },
        "default_title": "Enables Dark Mode on WhatsApp Web",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/whatsmsg.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}