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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |