WhatWeb Plus
WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password
WhatWeb Plusとは何ですか?
WhatWeb Plusはhttps://aironlabs.comによって開発されたChromeの拡張機能で、その主な機能は「WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password」です。
拡張機能のスクリーンショット
WhatWeb Plus拡張機能のCRXファイルをダウンロード
WhatWeb Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatWeb Plus is an unofficial tool for WhatsApp Web. Download the Android app, WhatWeb Plus, from the Play Store, https://play.google.com/store/apps/details?id=com.aironlabs.whatwebplus , then go to https://web.whatsapp.com and start receiving online / offline notifications from PC to your smartphone. It is easy to setup and free to use for up to two numbers. Try it now! WhatsApp and their logos are trademarks of WhatsApp © 2019. All rights reserved. WhatWeb Plus is not affiliated with WhatsApp. The copyright for WhatsApp and all associated names is held by WhatsApp. WhatWeb Plus is an unofficial tool.
拡張機能の基本情報
名前 | WhatWeb Plus |
ID | kgflicojnojlmdocnkhnhkpbkadmpglh |
公式URL | https://chromewebstore.google.com/detail/whatweb-plus/kgflicojnojlmdocnkhnhkpbkadmpglh |
説明 | WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password |
ファイルサイズ | 279 KB |
インストール数 | 8,420 |
現在のバージョン | 1.1.8 |
最終更新日 | 2021-07-21 |
公開日 | 2020-04-29 |
評価 | 4.14/5 合計 51 レビュー |
開発者 | https://aironlabs.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.aironlabs.com/whatwebplus/privacy_policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatWeb Plus", "version": "1.1.8", "description": "WhatWeb Plus is an unofficial tool for WhatsApp Web, send online notifications on your smartphone, lock the screen with a password", "web_accessible_resources": [ "*.js", "*.css", "*.html", "*.png" ], "permissions": [ "notifications", "*:\/\/*.whatsapp.com\/*" ], "content_security_policy": "script-src object-src 'self' https:\/\/apis.google.com\/", "icons": { "48": "sample-48.png", "128": "sample-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "pagestyle.css" ], "js": [ "jquery-3.3.1.min.js", "firebase-app.js", "firebase-auth.js", "contentscript.js" ], "run_at": "document_start" } ] } |