Twitch-Chat-Bottom

When the sceen is small Twitch chat is anchored at the bottom of the page

O que é Twitch-Chat-Bottom?

Twitch-Chat-Bottom é uma extensão do Chrome desenvolvida por Asim Shrestha, e sua principal característica é "When the sceen is small Twitch chat is anchored at the bottom of the page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch-Chat-Bottom

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

                                            

Informações Básicas da Extensão

Nome Twitch-Chat-Bottom Twitch-Chat-Bottom
ID ojihlcinbfjmbiabagcjaniphobeenla
URL Oficial https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla
Descrição When the sceen is small Twitch chat is anchored at the bottom of the page
Tamanho do Arquivo 4.58 KB
Contagem de Instalações 14
Versão Atual 1.0.1
Última Atualização 2018-04-05
Data de Publicação 2018-04-05
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Asim Shrestha
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}