refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

Wat is refined whatsapp?

refined whatsapp is een Chrome-extensie ontwikkeld door Aditi Mohanty, en de belangrijkste functie is "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie refined whatsapp

Download refined whatsapp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
Officiële URL https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok
Beschrijving Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
Bestandsgrootte 14.89 KB
Aantal Installaties 61
Huidige Versie 1.1.10
Laatst Bijgewerkt 2020-12-27
Publicatiedatum 2020-07-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Aditi Mohanty
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/campvanilla/refined-whatsapp
Help Pagina-URL https://github.com/campvanilla/refined-whatsapp/issues
Ondersteunde Talen 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"
    ]
}