refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

Hvad er refined whatsapp?

refined whatsapp er en Chrome-udvidelse udviklet af Aditi Mohanty, og dens hovedfunktion er "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download refined whatsapp-udvidelses-CRX-fil

Download refined whatsapp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
Officiel URL https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok
Beskrivelse Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
Filstørrelse 14.89 KB
Antal Installationer 61
Nuværende Version 1.1.10
Senest Opdateret 2020-12-27
Udgivelsesdato 2020-07-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Aditi Mohanty
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/campvanilla/refined-whatsapp
Hjælpeside-URL https://github.com/campvanilla/refined-whatsapp/issues
Understøttede Sprog 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"
    ]
}