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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    }
}