CamVoice - Video Chat

CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.

O que é CamVoice - Video Chat?

CamVoice - Video Chat é uma extensão do Chrome desenvolvida por https://camvoice.com, e sua principal característica é "CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CamVoice - Video Chat

Baixe arquivos de extensão CamVoice - Video Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms. Video chat with anyone in the CamVoice community whether they're on an iPhone, iPod Touch, iPad, Android, Mac or PC.
It allows you to live stream your special moments, live talk with your friends or make a video call.

Features at a glance: 
- With CamVoice you can have video chat with millions of people from different countries and make free video calls with your friends or strangers!
- Join any of our hundreds of chat rooms to video chat with people all over the world from your phone. 
- Video chat with your friends privately whether they’re on an iPhone, iPod Touch, iPad, Android, Mac or PC.
- Stay in touch with people all over the world through a Live Video Broadcast!                    

Informações Básicas da Extensão

Nome CamVoice - Video Chat CamVoice - Video Chat
ID icnkbjlpimdehpbdidfobcbdmhphnobf
URL Oficial https://chrome.google.com/webstore/detail/camvoice-video-chat/icnkbjlpimdehpbdidfobcbdmhphnobf
Descrição CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.
Tamanho do Arquivo 16.47 KB
Contagem de Instalações 684
Versão Atual 1.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 2.20/5 Total de 5 Avaliações
Desenvolvedor https://camvoice.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://camvoice.com/en/privacy.asp
Idiomas Suportados en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/chat.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.",
    "icons": {
        "128": "icons\/chat.png",
        "16": "icons\/chat.png",
        "48": "icons\/chat.png"
    },
    "manifest_version": 2,
    "name": "CamVoice - Video Chat",
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        "res\/*"
    ]
}