Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

O que é Twitch Coin?

Twitch Coin é uma extensão do Chrome desenvolvida por Amin NAIRI, e sua principal característica é "Automatically gather your Twitch Coin while watching your favorite streamer.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Coin

Baixe arquivos de extensão Twitch Coin 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 will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

Informações Básicas da Extensão

Nome Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
URL Oficial https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
Descrição Automatically gather your Twitch Coin while watching your favorite streamer.
Tamanho do Arquivo 25.86 KB
Contagem de Instalações 444
Versão Atual 0.1.2
Última Atualização 2021-05-26
Data de Publicação 2020-07-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Amin NAIRI
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aminnairi/twitch-coin#readme
URL da Página de Ajuda https://github.com/aminnairi/twitch-coin/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}