Multiple Chat for Twitch™

This Multiple Chat is a chat app specifically made for Twitch. Open multiple chat panels and live video panels in your browser.

Multiple Chat for Twitch™란 무엇입니까?

Multiple Chat for Twitch™은(는) softgateon3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Multiple Chat is a chat app specifically made for Twitch. Open multiple chat panels and live video panels in your browser."입니다.

확장 프로그램 스크린샷

screenshot

Multiple Chat for Twitch™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Multiple Chat is a chat app specifically made for Twitch, in the spirit of an IRC Client. It runs on your browser.
You can open multiple chat panels and live video panels in your browser.
This app is a handy chat tool for Twitch. Allowing you to interact realtime with your friends and new people.
This app also provides a traditional IRC client for Twitch chat server connections. After app authentication, You can access and chat with your favorite channels through this web IRC client.
Just enter the Channel ID and name to connect and click the open button. It is easy to use and very intuitive.                    

확장 프로그램 기본 정보

이름 Multiple Chat for Twitch™ Multiple Chat for Twitch™
ID infdpapdpmbdeiljiljdampnclnpldba
공식 URL https://chromewebstore.google.com/detail/multiple-chat-for-twitch/infdpapdpmbdeiljiljdampnclnpldba
설명 This Multiple Chat is a chat app specifically made for Twitch. Open multiple chat panels and live video panels in your browser.
파일 크기 29.49 KB
설치 횟수 122
현재 버전 1.0.1.2
최근 업데이트 2023-12-05
출시 날짜 2020-04-18
평점 3.67/5 총 3 개의 평점
개발자 softgateon3
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://youfiles.herokuapp.com/chattwitch/
도움말 페이지 URL https://youfiles.herokuapp.com/chattwitch/
지원되는 언어 en-US
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en_US",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88.0.0.0",
    "version": "1.0.1.2"
}