WhatsApp - Online Monitor
Get a notification once the user is online
Was ist WhatsApp - Online Monitor?
WhatsApp - Online Monitor ist eine Chrome-Erweiterung, die von urielfed entwickelt wurde, und ihr Hauptmerkmal ist "Get a notification once the user is online".
Erweiterungsscreenshots
WhatsApp - Online Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp - Online Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ideaabebdhbilggckiadokadnjggibnf |
| Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
| Beschreibung | Get a notification once the user is online |
| Dateigröße | 20.58 KB |
| Installationsanzahl | 31 |
| Aktuelle Version | 1.01 |
| Letztes Update | 2023-05-23 |
| Veröffentlichungsdatum | 2023-05-23 |
| Entwickler | urielfed |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |