refined whatsapp
Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
Cos'è refined whatsapp?
refined whatsapp è un'estensione di Chrome sviluppata da Aditi Mohanty, e la sua funzione principale è "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione refined whatsapp
Scarica i file di estensione refined whatsapp 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
Highlights: ‣ Dark mode for Whatsapp™ Web! ‣ Hotkeys: - Start a new chat with: "Cmd/Ctrl + K" - Temporarily hide current chat with: "Cmd/Ctrl + L" - Show/hide the Chats Sidebar with: "Cmd/Ctrl + \" - Search through messages with: "Ctrl + Space" - View chat info with: "Cmd/Ctrl + I" Check the website for more details.
Informazioni di Base sull'Estensione
Nome | |
ID | alkoadailhkkeiaadmlkbhbegegjhiok |
URL Ufficiale | https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok |
Descrizione | Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀 |
Dimensione del File | 14.89 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.1.10 |
Ultimo Aggiornamento | 2020-12-27 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Aditi Mohanty |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/campvanilla/refined-whatsapp |
URL della Pagina di Aiuto | https://github.com/campvanilla/refined-whatsapp/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "refined whatsapp", "version": "1.1.10", "description": "Supercharge Whatsapp\u2122 Web with hotkeys and dark theme! \ud83d\ude80", "content_scripts": [ { "js": [ "assets\/index-a2dbf3f8.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_idle" } ], "browser_action": { "default_popup": "options\/popup.html" }, "icons": { "128": "icons\/128x128.png" }, "homepage_url": "https:\/\/github.com\/campvanilla\/refined-whatsapp", "permissions": [ "storage" ], "web_accessible_resources": [ "hotkeys-b01a3bf1.js", "content-scripts\/index.js" ] } |