Dark Mode WebWhatsapp by Alain

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

Qu'est-ce que Dark Mode WebWhatsapp by Alain ?

Dark Mode WebWhatsapp by Alain est une extension Chrome développée par alainpaulinn, et sa fonction principale est "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark Mode WebWhatsapp by Alain

Téléchargez les fichiers d'extension Dark Mode WebWhatsapp by Alain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dark Mode WebWhatsapp by Alain Dark Mode WebWhatsapp by Alain
ID kffnmkhdjniiefbclcbgcdonjnkdplcl
URL Officiel https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl
Description Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
Taille du Fichier 1.16 MB
Nombre d'Installations 122
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-08-18
Date de Publication 2020-07-26
Évaluation 5.00/5 Total 5 Évaluations
Développeur alainpaulinn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}