refined whatsapp
Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
O que é refined whatsapp?
refined whatsapp é uma extensão do Chrome desenvolvida por Aditi Mohanty, e sua principal característica é "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão refined whatsapp
Baixe arquivos de extensão refined whatsapp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | alkoadailhkkeiaadmlkbhbegegjhiok |
URL Oficial | https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok |
Descrição | Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀 |
Tamanho do Arquivo | 14.89 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.1.10 |
Última Atualização | 2020-12-27 |
Data de Publicação | 2020-07-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Aditi Mohanty |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/campvanilla/refined-whatsapp |
URL da Página de Ajuda | https://github.com/campvanilla/refined-whatsapp/issues |
Idiomas Suportados | 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" ] } |