Video Chat for WhatsApp™ Web

The best way to make Video calls using WhatsApp™ web

Qu'est-ce que Video Chat for WhatsApp™ Web ?

Video Chat for WhatsApp™ Web est une extension Chrome développée par https://videochatforall.com, et sa fonction principale est "The best way to make Video calls using WhatsApp™ web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Chat for WhatsApp™ Web

Téléchargez les fichiers d'extension Video Chat for WhatsApp™ Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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…                    

Informations de Base sur l'Extension

Nom Video Chat for WhatsApp™ Web Video Chat for WhatsApp™ Web
ID himmciocmhnindiepdhcfhikjhpgabfa
URL Officiel https://chromewebstore.google.com/detail/video-chat-for-whatsapp-w/himmciocmhnindiepdhcfhikjhpgabfa
Description The best way to make Video calls using WhatsApp™ web
Taille du Fichier 69.67 KB
Nombre d'Installations 7,517
Version Actuelle 1.0
Dernière Mise à Jour 2020-07-12
Date de Publication 2020-07-11
Évaluation 1.84/5 Total 19 Évaluations
Développeur https://videochatforall.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://videochatforall.com/#about
URL de la Page d'Aide https://videochatforall.com/#getintouch
URL de la Page de Politique de Confidentialité https://www.sanjer.co.il/privacy-policy
Langues Prises en Charge 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\/"
    ]
}