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.
O que é chitt.chat?
chitt.chat é uma extensão do Chrome desenvolvida por joz, e sua principal característica é "chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão chitt.chat
Baixe arquivos de extensão chitt.chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | chitt.chat |
ID | emhkllphichlhjpfdcfobppdhkmejcam |
URL Oficial | https://chromewebstore.google.com/detail/chittchat/emhkllphichlhjpfdcfobppdhkmejcam |
Descrição | chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you. |
Tamanho do Arquivo | 580 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.2.0 |
Última Atualização | 2022-03-03 |
Data de Publicação | 2021-11-15 |
Desenvolvedor | joz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chitt.chat |
Idiomas Suportados | 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" } } |