refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

Что такое refined whatsapp?

refined whatsapp - это расширение Chrome, разработанное Aditi Mohanty, и его основная функция - "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения refined whatsapp

Скачайте файлы расширений refined whatsapp в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название refined whatsapp refined whatsapp
ID alkoadailhkkeiaadmlkbhbegegjhiok
Официальный URL https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok
Описание Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
Размер файла 14.89 KB
Количество установок 61
Текущая Версия 1.1.10
Последнее Обновление 2020-12-27
Дата публикации 2020-07-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Aditi Mohanty
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/campvanilla/refined-whatsapp
URL страницы помощи https://github.com/campvanilla/refined-whatsapp/issues
Поддерживаемые языки 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"
    ]
}