Video Chat for WhatsApp™ Web
The best way to make Video calls using WhatsApp™ web
Wat is Video Chat for WhatsApp™ Web?
Video Chat for WhatsApp™ Web is een Chrome-extensie ontwikkeld door https://videochatforall.com, en de belangrijkste functie is "The best way to make Video calls using WhatsApp™ web".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Chat for WhatsApp™ Web
Download Video Chat for WhatsApp™ Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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… Basisinformatie over de Extensie
| Naam | |
| ID | himmciocmhnindiepdhcfhikjhpgabfa |
| Officiële URL | https://chromewebstore.google.com/detail/video-chat-for-whatsapp-w/himmciocmhnindiepdhcfhikjhpgabfa |
| Beschrijving | The best way to make Video calls using WhatsApp™ web |
| Bestandsgrootte | 69.67 KB |
| Aantal Installaties | 7,517 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-07-12 |
| Publicatiedatum | 2020-07-11 |
| Beoordeling | 1.84/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | https://videochatforall.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://videochatforall.com/#about |
| Help Pagina-URL | https://videochatforall.com/#getintouch |
| URL van de Privacybeleid Pagina | https://www.sanjer.co.il/privacy-policy |
| Ondersteunde Talen | 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\/"
]
} | |