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 |
| 官方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 |
| 电子邮箱 | [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\/"
]
} | |