Video Chat for WhatsApp™ Web
The best way to make Video calls using WhatsApp™ web
Video Chat for WhatsApp™ Webとは何ですか?
Video Chat for WhatsApp™ Webはhttps://videochatforall.comによって開発されたChromeの拡張機能で、その主な機能は「The best way to make Video calls using WhatsApp™ web」です。
拡張機能のスクリーンショット
Video Chat for WhatsApp™ Web拡張機能のCRXファイルをダウンロード
Video Chat for WhatsApp™ Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Video Chat for WhatsApp™ Web - The awesome feature that's sorely missing in WhatsApp™ Web : Making Video Calls, which lets you create WhatsApp™ video chat room with a single click. WhatsApp™ Web doesn't come with this feature, but, thankfully, Video Chat for WhatsApp™ Web fills that void. Soon there will be more options: Enable/Disable with one click. Make conference calls for groups. And more…
拡張機能の基本情報
名前 | Video Chat for WhatsApp™ Web |
ID | himmciocmhnindiepdhcfhikjhpgabfa |
公式URL | https://chromewebstore.google.com/detail/video-chat-for-whatsapp-w/himmciocmhnindiepdhcfhikjhpgabfa |
説明 | The best way to make Video calls using WhatsApp™ web |
ファイルサイズ | 69.67 KB |
インストール数 | 7,517 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-12 |
公開日 | 2020-07-11 |
評価 | 1.84/5 合計 19 レビュー |
開発者 | https://videochatforall.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://videochatforall.com/#about |
ヘルプページのURL | https://videochatforall.com/#getintouch |
プライバシーポリシーページのURL | https://www.sanjer.co.il/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Chat for WhatsApp\u2122 Web", "version": "1.0", "description": "The best way to make Video calls using WhatsApp\u2122 web", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Video Chat for WhatsApp\u2122 Web", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "injection_style.css" ], "js": [ "jquery-3.5.1.min.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/" ] } |