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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |