Twitch Bonus AutoRedeemer

Redeems the little green box of bonus channel points automatically so you don't have to :)

Cos'è Twitch Bonus AutoRedeemer?

Twitch Bonus AutoRedeemer è un'estensione di Chrome sviluppata da alex, e la sua funzione principale è "Redeems the little green box of bonus channel points automatically so you don't have to :)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Bonus AutoRedeemer

Scarica i file di estensione Twitch Bonus AutoRedeemer 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

                        Automatically redeems bonus points for any Twitch channel you are currently watching                    

Informazioni di Base sull'Estensione

Nome Twitch Bonus AutoRedeemer Twitch Bonus AutoRedeemer
ID kgikffepcmbceoekidaeghgkjlanieaj
URL Ufficiale https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj
Descrizione Redeems the little green box of bonus channel points automatically so you don't have to :)
Dimensione del File 4.94 KB
Conteggio Installazioni 20
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-05-24
Data di Pubblicazione 2020-09-23
Sviluppatore alex
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Bonus AutoRedeemer",
    "version": "1.0.2",
    "description": "Redeems the little green box of bonus channel points automatically so you don't have to :)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch-bonus-redeemer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}