Video Chat for WhatsApp™ Web
The best way to make Video calls using WhatsApp™ web
Cos'è Video Chat for WhatsApp™ Web?
Video Chat for WhatsApp™ Web è un'estensione di Chrome sviluppata da https://videochatforall.com, e la sua funzione principale è "The best way to make Video calls using WhatsApp™ web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Chat for WhatsApp™ Web
Scarica i file di estensione Video Chat for WhatsApp™ Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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…
Informazioni di Base sull'Estensione
Nome | Video Chat for WhatsApp™ Web |
ID | himmciocmhnindiepdhcfhikjhpgabfa |
URL Ufficiale | https://chromewebstore.google.com/detail/video-chat-for-whatsapp-w/himmciocmhnindiepdhcfhikjhpgabfa |
Descrizione | The best way to make Video calls using WhatsApp™ web |
Dimensione del File | 69.67 KB |
Conteggio Installazioni | 7,517 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-07-12 |
Data di Pubblicazione | 2020-07-11 |
Valutazione | 1.84/5 Totale 19 Valutazioni |
Sviluppatore | https://videochatforall.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://videochatforall.com/#about |
URL della Pagina di Aiuto | https://videochatforall.com/#getintouch |
URL della Pagina della Politica sulla Privacy | https://www.sanjer.co.il/privacy-policy |
Lingue Supportate | 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\/" ] } |