WhatsApp - Online Monitor
Get a notification once the user is online
Wat is WhatsApp - Online Monitor?
WhatsApp - Online Monitor is een Chrome-extensie ontwikkeld door urielfed, en de belangrijkste functie is "Get a notification once the user is online".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp - Online Monitor
Download WhatsApp - Online Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | WhatsApp - Online Monitor |
ID | ideaabebdhbilggckiadokadnjggibnf |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
Beschrijving | Get a notification once the user is online |
Bestandsgrootte | 20.58 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2023-05-23 |
Publicatiedatum | 2023-05-23 |
Ontwikkelaar | urielfed |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |