Twitch - Auto Claim Points(忠誠點數)
Automatically claim the bonus channel points when the option pops up in twitch chat.
Τι είναι το Twitch - Auto Claim Points(忠誠點數);
Το Twitch - Auto Claim Points(忠誠點數) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ITyouG, και η κύρια λειτουργία του είναι "Automatically claim the bonus channel points when the option pops up in twitch chat.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch - Auto Claim Points(忠誠點數)
Λήψη αρχείων επέκτασης Twitch - Auto Claim Points(忠誠點數) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Automatically claim the bonus channel points when the option pops up in twitch chat. This extension will redeem the bonus points from Twitch Channel Points that are given to viewers during live streams each 15 minutes. Source code:https://github.com/ITyouG/Auto-Claim-Twitch-Points
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitch - Auto Claim Points(忠誠點數) |
ID | gjhoghnlnfbcacnbfagcbfdmjejebaje |
Επίσημο URL | https://chromewebstore.google.com/detail/twitch-auto-claim-points%E5%BF%A0/gjhoghnlnfbcacnbfagcbfdmjejebaje |
Περιγραφή | Automatically claim the bonus channel points when the option pops up in twitch chat. |
Μέγεθος Αρχείου | 6.07 KB |
Αριθμός Εγκαταστάσεων | 674 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-11-03 |
Ημερομηνία Δημοσίευσης | 2021-03-07 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | ITyouG |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch - Auto Claim Points(\u5fe0\u8aa0\u9ede\u6578)", "description": "Automatically claim the bonus channel points when the option pops up in twitch chat.", "version": "1.0.0", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png" } } |