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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Twitch Chat for YouTube™ Twitch Chat for YouTube™
ID dclboeblcnmjpihibhhkmbbdkiaalofl
官方網址 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"
    }
}