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… 擴展基本資訊
| 名稱 | |
| ID | himmciocmhnindiepdhcfhikjhpgabfa |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
]
} | |