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.

Cos'è chitt.chat?

chitt.chat è un'estensione di Chrome sviluppata da joz, e la sua funzione principale è "chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione chitt.chat

Scarica i file di estensione chitt.chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome chitt.chat chitt.chat
ID emhkllphichlhjpfdcfobppdhkmejcam
URL Ufficiale https://chromewebstore.google.com/detail/chittchat/emhkllphichlhjpfdcfobppdhkmejcam
Descrizione chitt.chat brings live chat to any website. Find friends, discuss recipes or laugh at cat videos with a live community beside you.
Dimensione del File 580 KB
Conteggio Installazioni 55
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-03-03
Data di Pubblicazione 2021-11-15
Sviluppatore joz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chitt.chat
Lingue Supportate 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"
    }
}