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
Eメール [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"
    ]
}