Live Chat for ALL websites
Chat with everyone on same website, just like a live chat in livestreams
Live Chat for ALL websites란 무엇입니까?
Live Chat for ALL websites은(는) areeburrub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat with everyone on same website, just like a live chat in livestreams"입니다.
확장 프로그램 스크린샷
Live Chat for ALL websites 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will let you chat with people on same webpage you are on. For Example, you are watching a YouTube video then you can also chat with people who are watching it at that time !!! This extension shows number users which are ready to talk. At initial stage it don't have much users, so you may not get users on every webpage, but we have a bot to talk to you. Share with your friend and chat on the same page.
확장 프로그램 기본 정보
이름 | Live Chat for ALL websites |
ID | jndncpcadllfnlbdlmfdjfachfkjnmki |
공식 URL | https://chromewebstore.google.com/detail/live-chat-for-all-website/jndncpcadllfnlbdlmfdjfachfkjnmki |
설명 | Chat with everyone on same website, just like a live chat in livestreams |
파일 크기 | 23.47 KB |
설치 횟수 | 56 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-06-09 |
출시 날짜 | 2021-06-04 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | areeburrub |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.notion.so/Live-Chat-for-All-Websites-57315441e26a49418d2e40146f444948 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Chat for ALL websites", "description": "Chat with everyone on same website, just like a live chat in livestreams", "version": "1.1.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/5b2065fdbb.js https:\/\/cdnjs.cloudflare.com https:\/\/www.gstatic.com https:\/\/apis.google.com; object-src 'self'" } |