Twitch Coin Collector

A Chrome Extension to collect the twitch channel points automatically.

O que é Twitch Coin Collector?

Twitch Coin Collector é uma extensão do Chrome desenvolvida por Rene B., e sua principal característica é "A Chrome Extension to collect the twitch channel points automatically.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Coin Collector

Baixe arquivos de extensão Twitch Coin Collector 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

                        With this chrome extension you can collect the twitch channel rewards automatically.                    

Informações Básicas da Extensão

Nome Twitch Coin Collector Twitch Coin Collector
ID kjfhmebpccbcooagfbfgddoebmkmclmb
URL Oficial https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb
Descrição A Chrome Extension to collect the twitch channel points automatically.
Tamanho do Arquivo 16.42 KB
Contagem de Instalações 55
Versão Atual 0.1.0
Última Atualização 2022-04-28
Data de Publicação 2022-04-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Rene B.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Coin Collector",
    "description": "A Chrome Extension to collect the twitch channel points automatically.",
    "version": "0.1.0",
    "action": {
        "default_icon": "assets\/coin_click_64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}