refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

What is refined whatsapp?

refined whatsapp is a Chrome extension developed by Aditi Mohanty, and its main feature is "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download refined whatsapp Extension CRX File

Download refined whatsapp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
Official URL https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok
Description Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
File Size 14.89 KB
Installation Count 61
Current Version 1.1.10
Last Updated 2020-12-27
Publish Date 2020-07-02
Rating 5.00/5 Total 1 Ratings
Developer Aditi Mohanty
Email [email protected]
Payment Type free
Extension Website https://github.com/campvanilla/refined-whatsapp
Help Page URL https://github.com/campvanilla/refined-whatsapp/issues
Supported Languages 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"
    ]
}