Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

O que é Twitch Popout Chat?

Twitch Popout Chat é uma extensão do Chrome desenvolvida por Aenos, e sua principal característica é "Allows you to quickly open the chat of Twitch streamers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Popout Chat

Baixe arquivos de extensão Twitch Popout Chat 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

                        Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

How to use:
- Go to twitch.tv.
- Open a broadcast from any streamer.
- Click on the extension's icon.
- The streamer's Twitch chat will open in a different window.

If you are on a web page other than Twitch, it opens that page as a popup.                    

Informações Básicas da Extensão

Nome Twitch Popout Chat Twitch Popout Chat
ID haijgfkhagnfkbebhgkcgdgkhaljkjcg
URL Oficial https://chromewebstore.google.com/detail/twitch-popout-chat/haijgfkhagnfkbebhgkcgdgkhaljkjcg
Descrição Allows you to quickly open the chat of Twitch streamers
Tamanho do Arquivo 22.14 KB
Contagem de Instalações 1,052
Versão Atual 1.0.1
Última Atualização 2022-11-21
Data de Publicação 2022-09-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Aenos
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Popout Chat",
    "description": "Allows you to quickly open the chat of Twitch streamers",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}