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.
Qu'est-ce que Multiple Chat for Twitch™ ?
Multiple Chat for Twitch™ est une extension Chrome développée par softgateon3, et sa fonction principale est "This Multiple Chat is a chat app specifically made for Twitch. Open multiple chat panels and live video panels in your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Multiple Chat for Twitch™
Téléchargez les fichiers d'extension Multiple Chat for Twitch™ 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
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.
Informations de Base sur l'Extension
Nom | Multiple Chat for Twitch™ |
ID | infdpapdpmbdeiljiljdampnclnpldba |
URL Officiel | https://chromewebstore.google.com/detail/multiple-chat-for-twitch/infdpapdpmbdeiljiljdampnclnpldba |
Description | This Multiple Chat is a chat app specifically made for Twitch. Open multiple chat panels and live video panels in your browser. |
Taille du Fichier | 29.49 KB |
Nombre d'Installations | 122 |
Version Actuelle | 1.0.1.2 |
Dernière Mise à Jour | 2023-12-05 |
Date de Publication | 2020-04-18 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | softgateon3 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://youfiles.herokuapp.com/chattwitch/ |
URL de la Page d'Aide | https://youfiles.herokuapp.com/chattwitch/ |
Langues Prises en Charge | 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" } |