Dark Mode WebWhatsapp by Alain

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

Cos'è Dark Mode WebWhatsapp by Alain?

Dark Mode WebWhatsapp by Alain è un'estensione di Chrome sviluppata da alainpaulinn, e la sua funzione principale è "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dark Mode WebWhatsapp by Alain

Scarica i file di estensione Dark Mode WebWhatsapp by Alain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Dark Mode WebWhatsapp by Alain Dark Mode WebWhatsapp by Alain
ID kffnmkhdjniiefbclcbgcdonjnkdplcl
URL Ufficiale https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl
Descrizione Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
Dimensione del File 1.16 MB
Conteggio Installazioni 122
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-08-18
Data di Pubblicazione 2020-07-26
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore alainpaulinn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}