WhatsApp - Online Monitor
Get a notification once the user is online
ما هو WhatsApp - Online Monitor؟
WhatsApp - Online Monitor هو إضافة Chrome تم تطويرها بواسطة urielfed، والميزة الرئيسية لها هي "Get a notification once the user is online".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WhatsApp - Online Monitor
قم بتنزيل ملفات الامتداد WhatsApp - Online Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get a notification once the user is online in the WhatsApp Web App🟢 Source Code: https://github.com/UrielZohar/WhatsApp-Online-monitor Youtube: https://www.youtube.com/watch?v=6cb5wYvM7NU
معلومات أساسية عن التمديد
الاسم | WhatsApp - Online Monitor |
ID | ideaabebdhbilggckiadokadnjggibnf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
الوصف | Get a notification once the user is online |
حجم الملف | 20.58 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.01 |
آخر تحديث | 2023-05-23 |
تاريخ النشر | 2023-05-23 |
المطور | urielfed |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsApp - Online Monitor", "description": "Get a notification once the user is online", "version": "1.01", "action": [], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |