Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Τι είναι το Twitch Channel Points Auto Redeem;
Το Twitch Channel Points Auto Redeem είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Frank, και η κύρια λειτουργία του είναι "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch Channel Points Auto Redeem
Λήψη αρχείων επέκτασης Twitch Channel Points Auto Redeem σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
Επίσημο URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Περιγραφή | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Μέγεθος Αρχείου | 7.08 KB |
Αριθμός Εγκαταστάσεων | 903 |
Τρέχουσα Έκδοση | 20.12.23 |
Τελευταία Ενημέρωση | 2020-12-24 |
Ημερομηνία Δημοσίευσης | 2020-04-08 |
Αξιολόγηση | 4.80/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Frank |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/FrankSalmick/twitch-autoredeem |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Υποστηριζόμενες Γλώσσες | 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" } } |