WhatsApp: Dark Mode
Enable dark mode in WhatsApp web
Cos'è WhatsApp: Dark Mode?
WhatsApp: Dark Mode è un'estensione di Chrome sviluppata da Fernando Lugo, e la sua funzione principale è "Enable dark mode in WhatsApp web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp: Dark Mode
Scarica i file di estensione WhatsApp: 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
Easily toggle between the dark and light mode in Whatsapp web. Allows to relieve eye strain for staring at the computer for long hours.
Informazioni di Base sull'Estensione
Nome | |
ID | gkecbbipdckiepppocfcgjiahakhepeg |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/gkecbbipdckiepppocfcgjiahakhepeg |
Descrizione | Enable dark mode in WhatsApp web |
Dimensione del File | 25.3 KB |
Conteggio Installazioni | 468 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-05-28 |
Data di Pubblicazione | 2020-05-28 |
Sviluppatore | Fernando Lugo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp: Dark Mode", "version": "1.0", "description": "Enable dark mode in WhatsApp web", "permissions": [ "declarativeContent", "storage", "https:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/w16.png", "32": "images\/w32.png", "48": "images\/w48.png", "128": "images\/w128.png" }, "manifest_version": 2 } |