Chibi Comme - Custom avatars for live stream!

Your very own Chibi that react to stream comments!

什么是Chibi Comme - Custom avatars for live stream!?

Chibi Comme - Custom avatars for live stream!是由https://synculab.com开发的Chrome扩展程序,该扩展的主要功能是“Your very own Chibi that react to stream comments!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Chibi Comme - Custom avatars for live stream!扩展crx文件

下载Chibi Comme - Custom avatars for live stream!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chibi Comme is a personalized, customizable avatar 
that you can use in your live stream. 
Chibi can laugh and play with your viewers and 
engage them directly in a variety of conversations! 
Start broadcasting with your very own Chibi character!                    

扩展基本信息

名称 Chibi Comme - Custom avatars for live stream! Chibi Comme - Custom avatars for live stream!
ID bnjagbnjofakonnchnclifdgcjkdfcgd
官方URL https://chromewebstore.google.com/detail/chibi-comme-custom-avatar/bnjagbnjofakonnchnclifdgcjkdfcgd
简介 Your very own Chibi that react to stream comments!
文件大小 166 KB
安装次数 66
当前版本 1.0.2
更新时间 2024-01-10
上架时间 2023-11-24
评分 5.00/5 共1次评分
开发者 https://synculab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.synculab.com
隐私政策页面URL https://www.screena.com/documents/Screena-Privacy-Policy-en.html
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnoVvyqzuos\/V7UnrH2dNE5EC0GAj9MV7Z8mkllm3DqBR7nthOHDctWjrwPdxtqRUCLJYJvp\/6xZjWXp6kHApxgBGmbOiu5kmBIvdPeTXH3EY2U\/Uh+Y92dz1fCaCRTF05CLDbUGsuBHc1GOXb2WzalVgrYwmGySOeqNy8lcwXnCo2eU5Zp65sOcuuiyiDJOcqF0fzfjkpoo2bGo\/znHaEFyNAl26eleHA\/oUWdntcSBiGiWmab8eKaAjQR3gSUVgq20S\/ac3FI3XNkD1ExZoLDcI7q7gw6\/tSsdEC71lt8sGYMkAXmb+t\/CeviBz0u158c\/4zol9gMNhWzinrGAIhQIDAQAB",
    "version": "1.0.2",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "drawer.html"
            ],
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ]
        }
    ]
}