Chibi Comme - Custom avatars for live stream!

Your very own Chibi that react to stream comments!

Qu'est-ce que Chibi Comme - Custom avatars for live stream! ?

Chibi Comme - Custom avatars for live stream! est une extension Chrome développée par https://synculab.com, et sa fonction principale est "Your very own Chibi that react to stream comments!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chibi Comme - Custom avatars for live stream!

Téléchargez les fichiers d'extension Chibi Comme - Custom avatars for live stream! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Chibi Comme - Custom avatars for live stream! Chibi Comme - Custom avatars for live stream!
ID bnjagbnjofakonnchnclifdgcjkdfcgd
URL Officiel https://chromewebstore.google.com/detail/chibi-comme-custom-avatar/bnjagbnjofakonnchnclifdgcjkdfcgd
Description Your very own Chibi that react to stream comments!
Taille du Fichier 166 KB
Nombre d'Installations 66
Version Actuelle 1.0.2
Dernière Mise à Jour 2024-01-10
Date de Publication 2023-11-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://synculab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.synculab.com
URL de la Page de Politique de Confidentialité https://www.screena.com/documents/Screena-Privacy-Policy-en.html
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}