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
官方網址 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"
    ]
}