Twitch Auto-Redeem Channel Points

Auto-redeems Twitch channel points rewards for you!

¿Qué es Twitch Auto-Redeem Channel Points?

Twitch Auto-Redeem Channel Points es una extensión de Chrome desarrollada por techno, y su función principal es "Auto-redeems Twitch channel points rewards for you!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitch Auto-Redeem Channel Points

Descarga archivos de extensión Twitch Auto-Redeem Channel Points en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ⚠ 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!                    

Información Básica de la Extensión

Nombre Twitch Auto-Redeem Channel Points Twitch Auto-Redeem Channel Points
ID lggkblkmildmnfpgbhlggfalgpkmojpf
URL Oficial https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf
Descripción Auto-redeems Twitch channel points rewards for you!
Tamaño del Archivo 1.58 MB
Cantidad de Instalaciones 7,334
Versión Actual 1.4.1
Última Actualización 2023-07-07
Fecha de Publicación 2020-10-04
Calificación 4.64/5 Total de 11 Calificaciones
Desarrollador techno
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}