Twitch Auto-Redeem Channel Points

Auto-redeems Twitch channel points rewards for you!

O que é Twitch Auto-Redeem Channel Points?

Twitch Auto-Redeem Channel Points é uma extensão do Chrome desenvolvida por techno, e sua principal característica é "Auto-redeems Twitch channel points rewards for you!".

Capturas de Tela da Extensão

screenshot

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

Baixe arquivos de extensão Twitch Auto-Redeem Channel Points 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 is no longer being maintained ⚠

Auto-redeem your 15 minute Twitch channel points with the nicest GUI out of all other similar extensions! We also keep track of how many rewards you've redeem since installation with some little Easter eggs for you to unlock 😉! If you have any recommendations or ideas for future updates, please feel free to email me by clicking the "Contact the developer" button!                    

Informações Básicas da Extensão

Nome Twitch Auto-Redeem Channel Points Twitch Auto-Redeem Channel Points
ID lggkblkmildmnfpgbhlggfalgpkmojpf
URL Oficial https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf
Descrição Auto-redeems Twitch channel points rewards for you!
Tamanho do Arquivo 1.58 MB
Contagem de Instalações 7,334
Versão Atual 1.4.1
Última Atualização 2023-07-07
Data de Publicação 2020-10-04
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor techno
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto-Redeem Channel Points",
    "version": "1.4.1",
    "description": "Auto-redeems Twitch channel points rewards for you!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/redeem.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "icons": {
        "120": "static\/icon.png"
    }
}