Twitch Channel Points Auto Redeem

Automatically redeem the bonus channel points when the option pops up in twitch chat

O que é Twitch Channel Points Auto Redeem?

Twitch Channel Points Auto Redeem é uma extensão do Chrome desenvolvida por Frank, e sua principal característica é "Automatically redeem the bonus channel points when the option pops up in twitch chat".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Channel Points Auto Redeem

Baixe arquivos de extensão Twitch Channel Points Auto Redeem 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

                        You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded.

Open source at https://github.com/FrankSalmick/twitch-autoredeem

Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues                    

Informações Básicas da Extensão

Nome Twitch Channel Points Auto Redeem Twitch Channel Points Auto Redeem
ID aklgphppnaannfmmijfggcckafbkbihi
URL Oficial https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi
Descrição Automatically redeem the bonus channel points when the option pops up in twitch chat
Tamanho do Arquivo 7.08 KB
Contagem de Instalações 903
Versão Atual 20.12.23
Última Atualização 2020-12-24
Data de Publicação 2020-04-08
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor Frank
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/FrankSalmick/twitch-autoredeem
URL da Página de Ajuda https://github.com/FrankSalmick/twitch-autoredeem/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Redeem",
    "short_name": "Channel Points Redeemer",
    "version": "20.12.23",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitchAutoredeem.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}