Dark Mode WebWhatsapp by Alain

Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it

Was ist Dark Mode WebWhatsapp by Alain?

Dark Mode WebWhatsapp by Alain ist eine Chrome-Erweiterung, die von alainpaulinn entwickelt wurde, und ihr Hauptmerkmal ist "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it".

Erweiterungsscreenshots

screenshot

Dark Mode WebWhatsapp by Alain-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dark Mode WebWhatsapp by Alain-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 is a very simple extension, without any background processes yet very useful for people who need Web Whatsapp (on computer or tablet) especially at night. This does not need any configuration, by the time you install it, and Boomm It works!
Disable The Extension when you do not need dark mode, and re-enable it when you need it.
Never again get Eye pain because of having blasted too much Whatsapp Web bright light into your eyes at night.                    

Grundlegende Informationen zur Erweiterung

Name Dark Mode WebWhatsapp by Alain Dark Mode WebWhatsapp by Alain
ID kffnmkhdjniiefbclcbgcdonjnkdplcl
Offizielle URL https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl
Beschreibung Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
Dateigröße 1.16 MB
Installationsanzahl 122
Aktuelle Version 1.0.0
Letztes Update 2020-08-18
Veröffentlichungsdatum 2020-07-26
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler alainpaulinn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Mode WebWhatsapp by Alain",
    "version": "1.0.0",
    "description": "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "AlainDARKWebWatsapp.png"
    }
}