Twitch Chat for YouTube™

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

Cos'è Twitch Chat for YouTube™?

Twitch Chat for YouTube™ è un'estensione di Chrome sviluppata da Josh Houghton, e la sua funzione principale è "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Chat for YouTube™

Scarica i file di estensione Twitch Chat for YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch Chat for YouTube™ Twitch Chat for YouTube™
ID dclboeblcnmjpihibhhkmbbdkiaalofl
URL Ufficiale https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl
Descrizione Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Dimensione del File 39.33 KB
Conteggio Installazioni 695
Versione Corrente 0.0.7
Ultimo Aggiornamento 2023-07-30
Data di Pubblicazione 2021-11-26
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore Josh Houghton
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}