Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Qu'est-ce que Twitch Channel Points Auto Redeem ?
Twitch Channel Points Auto Redeem est une extension Chrome développée par Frank, et sa fonction principale est "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Channel Points Auto Redeem
Téléchargez les fichiers d'extension Twitch Channel Points Auto Redeem au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
URL Officiel | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Description | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Taille du Fichier | 7.08 KB |
Nombre d'Installations | 903 |
Version Actuelle | 20.12.23 |
Dernière Mise à Jour | 2020-12-24 |
Date de Publication | 2020-04-08 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Frank |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/FrankSalmick/twitch-autoredeem |
URL de la Page d'Aide | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Langues Prises en Charge | 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" } } |