Video Chat for WhatsApp™ Web

The best way to make Video calls using WhatsApp™ web

¿Qué es Video Chat for WhatsApp™ Web?

Video Chat for WhatsApp™ Web es una extensión de Chrome desarrollada por https://videochatforall.com, y su función principal es "The best way to make Video calls using WhatsApp™ web".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video Chat for WhatsApp™ Web

Descarga archivos de extensión Video Chat for WhatsApp™ Web en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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…                    

Información Básica de la Extensión

Nombre Video Chat for WhatsApp™ Web Video Chat for WhatsApp™ Web
ID himmciocmhnindiepdhcfhikjhpgabfa
URL Oficial https://chromewebstore.google.com/detail/video-chat-for-whatsapp-w/himmciocmhnindiepdhcfhikjhpgabfa
Descripción The best way to make Video calls using WhatsApp™ web
Tamaño del Archivo 69.67 KB
Cantidad de Instalaciones 7,517
Versión Actual 1.0
Última Actualización 2020-07-12
Fecha de Publicación 2020-07-11
Calificación 1.84/5 Total de 19 Calificaciones
Desarrollador https://videochatforall.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://videochatforall.com/#about
URL de la Página de Ayuda https://videochatforall.com/#getintouch
URL de la Página de Política de Privacidad https://www.sanjer.co.il/privacy-policy
Idiomas Soportados 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\/"
    ]
}