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 |
| 电子邮箱 | [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"
}
} | |