refined whatsapp

Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀

什么是refined whatsapp?

refined whatsapp是由Aditi Mohanty开发的Chrome扩展程序,该扩展的主要功能是“Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载refined whatsapp扩展crx文件

下载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"
    ]
}