chitt.chat
chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you.
chitt.chat란 무엇입니까?
chitt.chat은(는) joz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you."입니다.
확장 프로그램 스크린샷
chitt.chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
chitt.chat brings a fun chat user interface to the website you're browsing, which connects you to people that are also on the same page. Find friends, discuss a new cooking recipe or laugh at cat videos on YouTube with a live community beside you. Never browse the internet alone! chitt.chat was designed to provide a fun way to browse the internet with other people. With the challenges of social distancing and people living in more isolation than ever, chitt.chat was made to help people feel more connected by breathing life into the internet with a live chat, co-browsing experience.
확장 프로그램 기본 정보
이름 | chitt.chat |
ID | emhkllphichlhjpfdcfobppdhkmejcam |
공식 URL | https://chromewebstore.google.com/detail/chittchat/emhkllphichlhjpfdcfobppdhkmejcam |
설명 | chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you. |
파일 크기 | 580 KB |
설치 횟수 | 55 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-03-03 |
출시 날짜 | 2021-11-15 |
개발자 | joz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chitt.chat |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "chitt.chat", "version": "1.2.0", "description": "chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you.", "short_name": "chitt.chat", "permissions": [ "storage" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "\/fonts\/*", "\/*.png" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "chitt.chat" } } |