Twitch Chat for YouTube™

Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.

¿Qué es Twitch Chat for YouTube™?

Twitch Chat for YouTube™ es una extensión de Chrome desarrollada por Josh Houghton, y su función principal es "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Twitch Chat for YouTube™

Descarga archivos de extensión Twitch Chat for YouTube™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Twitch Chat for YouTube™ Twitch Chat for YouTube™
ID dclboeblcnmjpihibhhkmbbdkiaalofl
URL Oficial https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl
Descripción Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Tamaño del Archivo 39.33 KB
Cantidad de Instalaciones 695
Versión Actual 0.0.7
Última Actualización 2023-07-30
Fecha de Publicación 2021-11-26
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador Josh Houghton
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}