Twitch Chat for YouTube™

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

O que é Twitch Chat for YouTube™?

Twitch Chat for YouTube™ é uma extensão do Chrome desenvolvida por Josh Houghton, e sua principal característica é "Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Chat for YouTube™

Baixe arquivos de extensão Twitch Chat for YouTube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitch Chat for YouTube™ Twitch Chat for YouTube™
ID dclboeblcnmjpihibhhkmbbdkiaalofl
URL Oficial https://chromewebstore.google.com/detail/twitch-chat-for-youtube/dclboeblcnmjpihibhhkmbbdkiaalofl
Descrição Click the extension to load Twitch chat onto YouTube live page, replacing YouTube chat.
Tamanho do Arquivo 39.33 KB
Contagem de Instalações 695
Versão Atual 0.0.7
Última Atualização 2023-07-30
Data de Publicação 2021-11-26
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Josh Houghton
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}