WhatsApp - Online Monitor
Get a notification once the user is online
Hvad er WhatsApp - Online Monitor?
WhatsApp - Online Monitor er en Chrome-udvidelse udviklet af urielfed, og dens hovedfunktion er "Get a notification once the user is online".
Udvidelsesskærmbilleder
Download WhatsApp - Online Monitor-udvidelses-CRX-fil
Download WhatsApp - Online Monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | WhatsApp - Online Monitor |
ID | ideaabebdhbilggckiadokadnjggibnf |
Officiel URL | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
Beskrivelse | Get a notification once the user is online |
Filstørrelse | 20.58 KB |
Antal Installationer | 31 |
Nuværende Version | 1.01 |
Senest Opdateret | 2023-05-23 |
Udgivelsesdato | 2023-05-23 |
Udvikler | urielfed |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |