WhatsApp Dark Mode

Enables Dark Mode on WhatsApp Web

Was ist WhatsApp Dark Mode?

WhatsApp Dark Mode ist eine Chrome-Erweiterung, die von http://harshitpeer.com entwickelt wurde, und ihr Hauptmerkmal ist "Enables Dark Mode on WhatsApp Web".

Erweiterungsscreenshots

screenshot
screenshot

WhatsApp Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsApp Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WhatsApp Dark Mode WhatsApp Dark Mode
ID jccncdabkmlbdieginahchogcfllfkhk
Offizielle URL https://chrome.google.com/webstore/detail/whatsapp-dark-mode/jccncdabkmlbdieginahchogcfllfkhk
Beschreibung Enables Dark Mode on WhatsApp Web
Dateigröße 5.38 KB
Installationsanzahl 20
Aktuelle Version 1.0.0
Letztes Update 2020-05-21
Veröffentlichungsdatum 2020-05-21
Entwickler http://harshitpeer.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://harshitpeer.com
Unterstützte Sprachen 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
        }
    ]
}