Twitch Reward Claimer

Automatically claim twitch channel points rewards.

What is Twitch Reward Claimer?

Twitch Reward Claimer is a Chrome extension developed by Xenova, and its main feature is "Automatically claim twitch channel points rewards.".

Extension Screenshots

screenshot

Download Twitch Reward Claimer Extension CRX File

Download Twitch Reward Claimer 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

                        Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.                    

Extension Basic Information

Name Twitch Reward Claimer Twitch Reward Claimer
ID ebdhfgaeakejhkmikccanilmpadplhak
Official URL https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak
Description Automatically claim twitch channel points rewards.
File Size 5.35 KB
Installation Count 743
Current Version 1.0.0
Last Updated 2020-10-04
Publish Date 2020-10-04
Rating 1.00/5 Total 1 Ratings
Developer Xenova
Email [email protected]
Payment Type free
Extension Website https://github.com/xenova/twitch-reward-claimer
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Reward Claimer",
    "version": "1.0.0",
    "description": "Automatically claim twitch channel points rewards.",
    "short_name": "Twitch Reward Claimer",
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Reward Claimer",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer"
}