Auto Redeem Twitch Bonus

Automatically redeems bonus Channel Points

What is Auto Redeem Twitch Bonus?

Auto Redeem Twitch Bonus is a Chrome extension developed by Alexandre Ramos - Vulgocode, and its main feature is "Automatically redeems bonus Channel Points".

Extension Screenshots

screenshot
screenshot

Download Auto Redeem Twitch Bonus Extension CRX File

Download Auto Redeem Twitch Bonus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Auto Redeem Twitch Bonus Auto Redeem Twitch Bonus
ID leheoeognmlgfdljnhckphighdlpnpnd
Official URL https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd
Description Automatically redeems bonus Channel Points
File Size 146 KB
Installation Count 6,392
Current Version 1.2.0
Last Updated 2020-09-03
Publish Date 2020-07-03
Rating 3.11/5 Total 9 Ratings
Developer Alexandre Ramos - Vulgocode
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}