refined whatsapp
Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀
refined whatsapp là gì?
refined whatsapp là một tiện ích mở rộng Chrome được phát triển bởi Aditi Mohanty, và tính năng chính của nó là "Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng refined whatsapp
Tải xuống các tệp mở rộng refined whatsapp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | alkoadailhkkeiaadmlkbhbegegjhiok |
URL Chính Thức | https://chrome.google.com/webstore/detail/refined-whatsapp/alkoadailhkkeiaadmlkbhbegegjhiok |
Mô tả | Supercharge Whatsapp™ Web with hotkeys and dark theme! 🚀 |
Kích Thước Tệp | 14.89 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.1.10 |
Cập Nhật Lần Cuối | 2020-12-27 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Aditi Mohanty |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/campvanilla/refined-whatsapp |
URL Trang Trợ Giúp | https://github.com/campvanilla/refined-whatsapp/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |