WhatsApp Web Dark Mode
A simple extention to turn on dark mode of WhatsApp Web
Cos'è WhatsApp Web Dark Mode?
WhatsApp Web Dark Mode è un'estensione di Chrome sviluppata da Sashen Pasindu, e la sua funzione principale è "A simple extention to turn on dark mode of WhatsApp Web".
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
A simple chrome extension to turn on the dark theme of WhatsApp Web
Informazioni di Base sull'Estensione
Nome | |
ID | pbmjjliggohmnkgdfpggpiicnccnlhmm |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/pbmjjliggohmnkgdfpggpiicnccnlhmm |
Descrizione | A simple extention to turn on dark mode of WhatsApp Web |
Dimensione del File | 43.16 KB |
Conteggio Installazioni | 354 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2020-05-20 |
Data di Pubblicazione | 2020-05-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Sashen Pasindu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sashen.me |
URL della Pagina di Aiuto | https://twitter.com/sashenme |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Web Dark Mode", "version": "0.1", "manifest_version": 2, "description": "A simple extention to turn on dark mode of WhatsApp Web", "author": "Sashen Pasindu", "homepage_url": "https:\/\/sashen.me", "background": { "scripts": [ "modernizr.min.js", "js\/jquery-3.4.1.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js", "js\/jquery-3.4.1.min.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" } } |