他チャンネルのチャットを Twitch公式のチャット欄に統合する Chrome拡張です。 A Chrome extension that merges chat from other channels into the official Twitch chat panel.
https://sofumel.github.io/TwitchTrendFlow/
日本語
- リリースからzipファイルをダウンロードして展開する
chrome://extensionsを開く- 右上のデベロッパーモードをオンにする
- 「パッケージ化されていない拡張機能を読み込む」から、展開したフォルダを選ぶ
更新するときは、一度削除してから新しいフォルダを読み込み直してください。
- 登録した他のチャンネルのチャットを、公式チャット欄にチャンネルバッジ付きで統合
- チャットフィールドに埋め込む分析パネル(密度計 / 急上昇ワードTop3)
- チャンネルごとの統合ON/OFF、視聴中チャンネルのワンクリック登録
- NGワードのマスクとスパム検出(統合したメッセージにのみ適用)
ブラウザのUI言語(通常はOSの言語に追従します)を自動で判定します。 日本語なら日本語、それ以外の言語はすべて英語になります。
- チャットの内容も視聴状況も外部へ送信しません
- NGワードは端末内のみ保存。
- ログイン情報やCookieは扱いません(匿名接続のみ)
- 権限は
storageと*://*.twitch.tv/*だけです
MIT — see LICENSE. 同梱している第三者コードの表記は THIRD-PARTY-NOTICES.md を参照してください
English
- Download the zip from Releases and unpack it
- Open
chrome://extensions - Turn on Developer mode in the top right
- Click "Load unpacked" and select the folder you unpacked
To update, remove the extension first, then load the new folder.
- Merges chat from the channels you register into the official chat panel, tagged with a channel badge
- An analysis panel embedded in the chat field (density meter / top 3 trending words)
- Per-channel on/off, and one-click registration of the channel you are watching
- Blocked-word masking and spam detection (applied only to merged messages)
The extension follows your browser's UI language, which normally follows your OS. Japanese shows Japanese; every other language shows English.
- Neither chat contents nor your viewing activity leave your machine
- Blocked words are stored on this device only.
- No login credentials or cookies are used (anonymous connection only)
- The only permissions requested are
storageand*://*.twitch.tv/*
MIT — see LICENSE. See THIRD-PARTY-NOTICES.md for bundled third-party code.