Twitch Auto-Redeem Channel Points

Auto-redeems Twitch channel points rewards for you!

Co je Twitch Auto-Redeem Channel Points?

Twitch Auto-Redeem Channel Points je rozšíření Chrome vyvinuté techno, a jeho hlavní funkcí je „Auto-redeems Twitch channel points rewards for you!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch Auto-Redeem Channel Points

Stáhněte si soubory rozšíření Twitch Auto-Redeem Channel Points ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Twitch Auto-Redeem Channel Points Twitch Auto-Redeem Channel Points
ID lggkblkmildmnfpgbhlggfalgpkmojpf
Oficiální URL https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf
Popis Auto-redeems Twitch channel points rewards for you!
Velikost souboru 1.58 MB
Počet instalací 7,334
Aktuální Verze 1.4.1
Poslední Aktualizace 2023-07-07
Datum Vydání 2020-10-04
Hodnocení 4.64/5 Celkem 11 Hodnocení
Vývojář techno
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}