WhatsApp Web Theme
This will change Whatsapp design.
Cos'è WhatsApp Web Theme?
WhatsApp Web Theme è un'estensione di Chrome sviluppata da Vishnu Pradeep, e la sua funzione principale è "This will change Whatsapp design.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp Web Theme
Scarica i file di estensione WhatsApp Web 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
Install this extension to change the WhatsApp Web theme (design). As the design is dark. It is good to use during night time also.
Informazioni di Base sull'Estensione
Nome | |
ID | onkklabcnlcjpcniahgnjoaagobjeild |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-web-theme/onkklabcnlcjpcniahgnjoaagobjeild |
Descrizione | This will change Whatsapp design. |
Dimensione del File | 83.35 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-09-11 |
Data di Pubblicazione | 2020-09-11 |
Sviluppatore | Vishnu Pradeep |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "name": "WhatsApp Web Theme", "version": "0.1.1", "description": "This will change Whatsapp design. ", "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-3.5.1.min.js", "main.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |