Auto Redeem Twitch Bonus

Automatically redeems bonus Channel Points

Wat is Auto Redeem Twitch Bonus?

Auto Redeem Twitch Bonus is een Chrome-extensie ontwikkeld door Alexandre Ramos - Vulgocode, en de belangrijkste functie is "Automatically redeems bonus Channel Points".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto Redeem Twitch Bonus

Download Auto Redeem Twitch Bonus-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

                        Automatically claims bonus channel points on Twitch.tv

Allows you to focus more on the stream without having to worry about claiming your bonus points.

If you have issues with the extension please email me or use the contact form on the website.

Github: https://github.com/alexandreramosdev/auto-redeem-twitch-bonus

* Donation *
Pay me a Coffee so I can work harder :)

Picpay - https://picpay.me/alexandre_ramos                    

Basisinformatie over de Extensie

Naam Auto Redeem Twitch Bonus Auto Redeem Twitch Bonus
ID leheoeognmlgfdljnhckphighdlpnpnd
Officiële URL https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd
Beschrijving Automatically redeems bonus Channel Points
Bestandsgrootte 146 KB
Aantal Installaties 6,392
Huidige Versie 1.2.0
Laatst Bijgewerkt 2020-09-03
Publicatiedatum 2020-07-03
Beoordeling 3.11/5 Totaal 9 Beoordelingen
Ontwikkelaar Alexandre Ramos - Vulgocode
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Redeem Twitch Bonus",
    "version": "1.2.0",
    "description": "Automatically redeems bonus Channel Points",
    "manifest_version": 2,
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "autoRedeemTwitchBonus.js"
            ]
        }
    ]
}