WhatsApp Web Dark Mode

Enables WhatsApp Web app dark theme feature.

Was ist WhatsApp Web Dark Mode?

WhatsApp Web Dark Mode ist eine Chrome-Erweiterung, die von brsozdmr34 entwickelt wurde, und ihr Hauptmerkmal ist "Enables WhatsApp Web app dark theme feature.".

Erweiterungsscreenshots

screenshot

WhatsApp Web Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsApp Web 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

                        Enables the dark theme feature of the WhatsApp Web application. It offers an alternative to the eye-tiring light colored theme.                    

Grundlegende Informationen zur Erweiterung

Name WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID ejjnogoenbonilncgmmbjoigeihncgco
Offizielle URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/ejjnogoenbonilncgmmbjoigeihncgco
Beschreibung Enables WhatsApp Web app dark theme feature.
Dateigröße 23.23 KB
Installationsanzahl 689
Aktuelle Version 1.0
Letztes Update 2020-11-18
Veröffentlichungsdatum 2020-05-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler brsozdmr34
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp Web Dark Mode",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Enables WhatsApp Web app dark theme feature.",
    "browser_action": {
        "default_icon": "dark.png"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}