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!"입니다.
확장 프로그램 스크린샷
Chibi Comme - Custom avatars for live stream! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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! |
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\/*" ] } ] } |