Chat Yolo
Free chat room with no registration or download required to use.
Chat Yolo란 무엇입니까?
Chat Yolo은(는) http://www.chatyolo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free chat room with no registration or download required to use."입니다.
확장 프로그램 스크린샷
Chat Yolo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Join our free chat room community and get the ability to have a unique username and profile pic while chatting. There is no registration or download required to use the chat room and it is open to everyone on the web.
확장 프로그램 기본 정보
이름 | |
ID | jkadblnnmacmmdcpfnilkemloopdiofn |
공식 URL | https://chrome.google.com/webstore/detail/chat-yolo/jkadblnnmacmmdcpfnilkemloopdiofn |
설명 | Free chat room with no registration or download required to use. |
파일 크기 | 7.34 KB |
설치 횟수 | 110 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-12-15 |
출시 날짜 | 2016-12-14 |
개발자 | http://www.chatyolo.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.chatyolo.com |
도움말 페이지 URL | https://www.chatyolo.com/contact-us/ |
개인정보 보호 정책 페이지 URL | https://www.chatyolo.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/ChatYolo.png" }, "manifest_version": 2, "version": "1.0", "name": "Chat Yolo", "description": "Free chat room with no registration or download required to use.", "icons": { "128": "icons\/ChatYolo.png", "16": "icons\/ChatYolo.png", "48": "icons\/ChatYolo.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |