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! 🚀".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة refined whatsapp
قم بتنزيل ملفات الامتداد refined whatsapp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } |