CamVoice - Video Chat
CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.
CamVoice - Video Chat란 무엇입니까?
CamVoice - Video Chat은(는) https://camvoice.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms."입니다.
확장 프로그램 스크린샷
CamVoice - Video Chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
ID | icnkbjlpimdehpbdidfobcbdmhphnobf |
공식 URL | https://chrome.google.com/webstore/detail/camvoice-video-chat/icnkbjlpimdehpbdidfobcbdmhphnobf |
설명 | CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms. |
파일 크기 | 16.47 KB |
설치 횟수 | 684 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 2.20/5 총 5 개의 평점 |
개발자 | https://camvoice.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://camvoice.com/en/privacy.asp |
지원되는 언어 | 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\/*" ] } |