refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

Qu'est-ce que refined whatsapp ?

refined whatsapp est une extension Chrome développée par Aditi Mohanty, et sa fonction principale est "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension refined whatsapp

Téléchargez les fichiers d'extension refined whatsapp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
URL Officiel https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok
Description Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
Taille du Fichier 14.89 KB
Nombre d'Installations 61
Version Actuelle 1.1.10
Dernière Mise à Jour 2020-12-27
Date de Publication 2020-07-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Aditi Mohanty
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/campvanilla/refined-whatsapp
URL de la Page d'Aide https://github.com/campvanilla/refined-whatsapp/issues
Langues Prises en Charge 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"
    ]
}