Twitch Channel Points Auto Redeem

Automatically redeem the bonus channel points when the option pops up in twitch chat

What is Twitch Channel Points Auto Redeem?

Twitch Channel Points Auto Redeem is a Chrome extension developed by Frank, and its main feature is "Automatically redeem the bonus channel points when the option pops up in twitch chat".

Extension Screenshots

screenshot

Download Twitch Channel Points Auto Redeem Extension CRX File

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

                        You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded.

Open source at https://github.com/FrankSalmick/twitch-autoredeem

Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues                    

Extension Basic Information

Name Twitch Channel Points Auto Redeem Twitch Channel Points Auto Redeem
ID aklgphppnaannfmmijfggcckafbkbihi
Official URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi
Description Automatically redeem the bonus channel points when the option pops up in twitch chat
File Size 7.08 KB
Installation Count 903
Current Version 20.12.23
Last Updated 2020-12-24
Publish Date 2020-04-08
Rating 4.80/5 Total 5 Ratings
Developer Frank
Email [email protected]
Payment Type free
Extension Website https://github.com/FrankSalmick/twitch-autoredeem
Help Page URL https://github.com/FrankSalmick/twitch-autoredeem/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Redeem",
    "short_name": "Channel Points Redeemer",
    "version": "20.12.23",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitchAutoredeem.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}