Twitch Claimer

Auto claims loot in your twitch inventory and channel points.

什么是Twitch Claimer?

Twitch Claimer是由Danny Keeley开发的Chrome扩展程序,该扩展的主要功能是“Auto claims loot in your twitch inventory and channel points.”。

扩展截图

screenshot
screenshot

下载Twitch Claimer扩展crx文件

下载Twitch Claimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Twitch Claimer Twitch Claimer
ID jmgfefhipiolnhiklhhlmmijhnckclnl
官方URL https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl
简介 Auto claims loot in your twitch inventory and channel points.
文件大小 39 KB
安装次数 20,000
当前版本 0.9
更新时间 2023-08-13
上架时间 2021-04-02
评分 4.59/5 共22次评分
开发者 Danny Keeley
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}