WhatsApp Web Dark Mode
Enables WhatsApp Web app dark theme feature.
Cos'è WhatsApp Web Dark Mode?
WhatsApp Web Dark Mode è un'estensione di Chrome sviluppata da brsozdmr34, e la sua funzione principale è "Enables WhatsApp Web app dark theme feature.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp Web Dark Mode
Scarica i file di estensione WhatsApp Web Dark Mode 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
Enables the dark theme feature of the WhatsApp Web application. It offers an alternative to the eye-tiring light colored theme.
Informazioni di Base sull'Estensione
Nome | |
ID | ejjnogoenbonilncgmmbjoigeihncgco |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/ejjnogoenbonilncgmmbjoigeihncgco |
Descrizione | Enables WhatsApp Web app dark theme feature. |
Dimensione del File | 23.23 KB |
Conteggio Installazioni | 689 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-11-18 |
Data di Pubblicazione | 2020-05-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | brsozdmr34 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |