Twitch Claimer

Auto claims loot in your twitch inventory and channel points.

Apa itu Twitch Claimer?

Twitch Claimer adalah ekstensi Chrome yang dikembangkan oleh Danny Keeley, dan fitur utamanya adalah "Auto claims loot in your twitch inventory and channel points.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Twitch Claimer

Unduh file ekstensi Twitch Claimer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitch Claimer Twitch Claimer
ID jmgfefhipiolnhiklhhlmmijhnckclnl
URL Resmi https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl
Deskripsi Auto claims loot in your twitch inventory and channel points.
Ukuran File 39 KB
Jumlah Instalasi 20,000
Versi Saat Ini 0.9
Terakhir Diperbarui 2023-08-13
Tanggal Publikasi 2021-04-02
Penilaian 4.59/5 Total 22 Penilaian
Pengembang Danny Keeley
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}