Twitch Chat for YouTube™
Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Twitch Chat for YouTube™とは何ですか?
Twitch Chat for YouTube™はJosh Houghtonによって開発されたChromeの拡張機能で、その主な機能は「Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.」です。
拡張機能のスクリーンショット
Twitch Chat for YouTube™拡張機能のCRXファイルをダウンロード
Twitch Chat for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows any Twitch channel's chat to be embedded in any YouTube page where there is a chatbox, in place of YouTube's own chat.
Twitch Chat for YouTube™
YouTube™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions. 拡張機能の基本情報
| 名前 | |
| ID | dclboeblcnmjpihibhhkmbbdkiaalofl |
| 公式URL | https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl |
| 説明 | Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat. |
| ファイルサイズ | 39.33 KB |
| インストール数 | 695 |
| 現在のバージョン | 0.0.7 |
| 最終更新日 | 2023-07-30 |
| 公開日 | 2021-11-26 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | Josh Houghton |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Chat for YouTube\u2122",
"version": "0.0.7",
"manifest_version": 3,
"description": "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"action": {
"default_title": "Get Twitch Chat on YouTube"
},
"permissions": [
"scripting",
"activeTab"
],
"background": {
"service_worker": "src\/bg\/background.js"
}
} | |