Twitch Claimer

Auto claims loot in your twitch inventory and channel points.

Cos'è Twitch Claimer?

Twitch Claimer è un'estensione di Chrome sviluppata da Danny Keeley, e la sua funzione principale è "Auto claims loot in your twitch inventory and channel points.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Claimer

Scarica i file di estensione Twitch Claimer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch Claimer Twitch Claimer
ID jmgfefhipiolnhiklhhlmmijhnckclnl
URL Ufficiale https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl
Descrizione Auto claims loot in your twitch inventory and channel points.
Dimensione del File 39 KB
Conteggio Installazioni 20,000
Versione Corrente 0.9
Ultimo Aggiornamento 2023-08-13
Data di Pubblicazione 2021-04-02
Valutazione 4.59/5 Totale 22 Valutazioni
Sviluppatore Danny Keeley
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}