Auto Redeem Twitch Bonus
Automatically redeems bonus Channel Points
Cos'è Auto Redeem Twitch Bonus?
Auto Redeem Twitch Bonus è un'estensione di Chrome sviluppata da Alexandre Ramos - Vulgocode, e la sua funzione principale è "Automatically redeems bonus Channel Points".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Redeem Twitch Bonus
Scarica i file di estensione Auto Redeem Twitch Bonus 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 claims bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points. If you have issues with the extension please email me or use the contact form on the website. Github: https://github.com/alexandreramosdev/auto-redeem-twitch-bonus * Donation * Pay me a Coffee so I can work harder :) Picpay - https://picpay.me/alexandre_ramos
Informazioni di Base sull'Estensione
Nome | Auto Redeem Twitch Bonus |
ID | leheoeognmlgfdljnhckphighdlpnpnd |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd |
Descrizione | Automatically redeems bonus Channel Points |
Dimensione del File | 146 KB |
Conteggio Installazioni | 6,392 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2020-09-03 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 3.11/5 Totale 9 Valutazioni |
Sviluppatore | Alexandre Ramos - Vulgocode |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Redeem Twitch Bonus", "version": "1.2.0", "description": "Automatically redeems bonus Channel Points", "manifest_version": 2, "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "autoRedeemTwitchBonus.js" ] } ] } |