Twitch Claimer

Auto claims loot in your twitch inventory and channel points.

What is Twitch Claimer?

Twitch Claimer is a Chrome extension developed by Danny Keeley, and its main feature is "Auto claims loot in your twitch inventory and channel points.".

Extension Screenshots

screenshot
screenshot

Download Twitch Claimer Extension CRX File

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

                        This extension will claim loot for you while you keep twitch inventory page open, every minute.
It will also claim the channel points.

https://www.twitch.tv/drops/inventory

## Update - 12-08-2023 ##
Removed interval chooser to fix bug not claiming sometimes.

## Update - 21-05-2023 ##
The extension will now claim channel points.

## Update - 19-05-2023 ##
Fixed bug where twitchs website had changed so was no longer claiming loot.
Extension has been mostly rewritten to work with Google updates.                    

Extension Basic Information

Name Twitch Claimer Twitch Claimer
ID jmgfefhipiolnhiklhhlmmijhnckclnl
Official URL https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl
Description Auto claims loot in your twitch inventory and channel points.
File Size 39 KB
Installation Count 20,000
Current Version 0.9
Last Updated 2023-08-13
Publish Date 2021-04-02
Rating 4.59/5 Total 22 Ratings
Developer Danny Keeley
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Claimer",
    "version": "0.9",
    "description": "Auto claims loot in your twitch inventory and channel points.",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "action": {
        "default_icon": "\/images\/icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ]
}