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.」です。
拡張機能のスクリーンショット
Multiple Chat for Twitch™拡張機能のCRXファイルをダウンロード
Multiple Chat for Twitch™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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™ |
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 |
Eメール | [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" } |