WhatsApp - Online Monitor
Get a notification once the user is online
Apa itu WhatsApp - Online Monitor?
WhatsApp - Online Monitor adalah ekstensi Chrome yang dikembangkan oleh urielfed, dan fitur utamanya adalah "Get a notification once the user is online".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WhatsApp - Online Monitor
Unduh file ekstensi WhatsApp - Online Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | ideaabebdhbilggckiadokadnjggibnf |
| URL Resmi | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
| Deskripsi | Get a notification once the user is online |
| Ukuran File | 20.58 KB |
| Jumlah Instalasi | 31 |
| Versi Saat Ini | 1.01 |
| Terakhir Diperbarui | 2023-05-23 |
| Tanggal Publikasi | 2023-05-23 |
| Pengembang | urielfed |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
}
} | |