WhatsApp Web Dark Mode

Enables WhatsApp Web app dark theme feature.

Wat is WhatsApp Web Dark Mode?

WhatsApp Web Dark Mode is een Chrome-extensie ontwikkeld door brsozdmr34, en de belangrijkste functie is "Enables WhatsApp Web app dark theme feature.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WhatsApp Web Dark Mode

Download WhatsApp Web Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam WhatsApp Web Dark Mode WhatsApp Web Dark Mode
ID ejjnogoenbonilncgmmbjoigeihncgco
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/ejjnogoenbonilncgmmbjoigeihncgco
Beschrijving Enables WhatsApp Web app dark theme feature.
Bestandsgrootte 23.23 KB
Aantal Installaties 689
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-18
Publicatiedatum 2020-05-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar brsozdmr34
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}