Twitch Auto-Redeem Channel Points

Auto-redeems Twitch channel points rewards for you!

Wat is Twitch Auto-Redeem Channel Points?

Twitch Auto-Redeem Channel Points is een Chrome-extensie ontwikkeld door techno, en de belangrijkste functie is "Auto-redeems Twitch channel points rewards for you!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Auto-Redeem Channel Points

Download Twitch Auto-Redeem Channel Points-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Twitch Auto-Redeem Channel Points Twitch Auto-Redeem Channel Points
ID lggkblkmildmnfpgbhlggfalgpkmojpf
Officiële URL https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf
Beschrijving Auto-redeems Twitch channel points rewards for you!
Bestandsgrootte 1.58 MB
Aantal Installaties 7,334
Huidige Versie 1.4.1
Laatst Bijgewerkt 2023-07-07
Publicatiedatum 2020-10-04
Beoordeling 4.64/5 Totaal 11 Beoordelingen
Ontwikkelaar techno
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}