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.
Qu'est-ce que chitt.chat ?
chitt.chat est une extension Chrome développée par joz, et sa fonction principale est "chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension chitt.chat
Téléchargez les fichiers d'extension chitt.chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | chitt.chat |
ID | emhkllphichlhjpfdcfobppdhkmejcam |
URL Officiel | https://chromewebstore.google.com/detail/chittchat/emhkllphichlhjpfdcfobppdhkmejcam |
Description | chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you. |
Taille du Fichier | 580 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-03-03 |
Date de Publication | 2021-11-15 |
Développeur | joz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chitt.chat |
Langues Prises en Charge | 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" } } |