WhatsApp Web Dark Theme
Unofficial extension to activate dark theme on WhatsApp Web
Cos'è WhatsApp Web Dark Theme?
WhatsApp Web Dark Theme è un'estensione di Chrome sviluppata da Paurav, e la sua funzione principale è "Unofficial extension to activate dark theme on WhatsApp Web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp Web Dark Theme
Scarica i file di estensione WhatsApp Web Dark Theme 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
Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.
Informazioni di Base sull'Estensione
Nome | |
ID | iolpeomlccagjabagjnifiphjjlmpdoe |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe |
Descrizione | Unofficial extension to activate dark theme on WhatsApp Web |
Dimensione del File | 14.24 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-06-14 |
Data di Pubblicazione | 2020-06-14 |
Sviluppatore | Paurav |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Web Dark Theme", "version": "1.0", "description": "Unofficial extension to activate dark theme on WhatsApp Web", "permissions": [ "declarativeContent", "webNavigation", "https:\/\/web.whatsapp.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } }, "icons": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } } |