Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Cos'è Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem è un'estensione di Chrome sviluppata da Frank, e la sua funzione principale è "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Channel Points Auto Redeem
Scarica i file di estensione Twitch Channel Points Auto Redeem 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
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
Informazioni di Base sull'Estensione
Nome | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Descrizione | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Dimensione del File | 7.08 KB |
Conteggio Installazioni | 903 |
Versione Corrente | 20.12.23 |
Ultimo Aggiornamento | 2020-12-24 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Frank |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/FrankSalmick/twitch-autoredeem |
URL della Pagina di Aiuto | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |