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
Eメール [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\/*"
            ]
        }
    ]
}