WhatsApp - Online Monitor
Get a notification once the user is online
Co to jest WhatsApp - Online Monitor?
WhatsApp - Online Monitor to rozszerzenie Chrome opracowane przez urielfed, a jego główną funkcją jest „Get a notification once the user is online”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WhatsApp - Online Monitor
Pobierz pliki rozszerzeń WhatsApp - Online Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ideaabebdhbilggckiadokadnjggibnf |
| Oficjalny URL | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
| Opis | Get a notification once the user is online |
| Rozmiar pliku | 20.58 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 1.01 |
| Ostatnia Aktualizacja | 2023-05-23 |
| Data Publikacji | 2023-05-23 |
| Deweloper | urielfed |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |