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文件
下載chitt.chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |