Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Wat is Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem is een Chrome-extensie ontwikkeld door Frank, en de belangrijkste functie is "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Channel Points Auto Redeem
Download Twitch Channel Points Auto Redeem-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
Officiële URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Beschrijving | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Bestandsgrootte | 7.08 KB |
Aantal Installaties | 903 |
Huidige Versie | 20.12.23 |
Laatst Bijgewerkt | 2020-12-24 |
Publicatiedatum | 2020-04-08 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Frank |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/FrankSalmick/twitch-autoredeem |
Help Pagina-URL | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Ondersteunde Talen | 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" } } |