refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

Co to jest refined whatsapp?

refined whatsapp to rozszerzenie Chrome opracowane przez Aditi Mohanty, a jego główną funkcją jest „Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia refined whatsapp

Pobierz pliki rozszerzeń refined whatsapp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
Oficjalny URL https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok
Opis Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
Rozmiar pliku 14.89 KB
Liczba instalacji 61
Aktualna Wersja 1.1.10
Ostatnia Aktualizacja 2020-12-27
Data Publikacji 2020-07-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Aditi Mohanty
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/campvanilla/refined-whatsapp
Adres URL Strony Pomocy https://github.com/campvanilla/refined-whatsapp/issues
Obsługiwane Języki 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"
    ]
}