Twitch Reward Claimer
Automatically claim twitch channel points rewards.
Cos'è Twitch Reward Claimer?
Twitch Reward Claimer è un'estensione di Chrome sviluppata da Xenova, e la sua funzione principale è "Automatically claim twitch channel points rewards.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Reward Claimer
Scarica i file di estensione Twitch Reward 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
Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.
Informazioni di Base sull'Estensione
Nome | |
ID | ebdhfgaeakejhkmikccanilmpadplhak |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak |
Descrizione | Automatically claim twitch channel points rewards. |
Dimensione del File | 5.35 KB |
Conteggio Installazioni | 743 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-10-04 |
Data di Pubblicazione | 2020-10-04 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Xenova |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/xenova/twitch-reward-claimer |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Reward Claimer", "version": "1.0.0", "description": "Automatically claim twitch channel points rewards.", "short_name": "Twitch Reward Claimer", "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Twitch Reward Claimer", "default_popup": "popup.html", "default_icon": "icon.png" }, "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer" } |