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
电子邮箱 [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"
    }
}