WhatsApp - Online Monitor
Get a notification once the user is online
什么是WhatsApp - Online Monitor?
WhatsApp - Online Monitor是由urielfed开发的Chrome扩展程序,该扩展的主要功能是“Get a notification once the user is online”。
扩展截图
下载WhatsApp - Online Monitor扩展crx文件
下载WhatsApp - Online Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | WhatsApp - Online Monitor |
ID | ideaabebdhbilggckiadokadnjggibnf |
官方URL | https://chrome.google.com/webstore/detail/whatsapp-online-monitor/ideaabebdhbilggckiadokadnjggibnf |
简介 | Get a notification once the user is online |
文件大小 | 20.58 KB |
安装次数 | 31 |
当前版本 | 1.01 |
更新时间 | 2023-05-23 |
上架时间 | 2023-05-23 |
开发者 | urielfed |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |