Stream Booster
The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.
Τι είναι το Stream Booster;
Το Stream Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Road to Maui, και η κύρια λειτουργία του είναι "The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Stream Booster
Λήψη αρχείων επέκτασης Stream Booster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
In this first version we have included one feature: collect all Twitch channel points for you automatically, you won't need anymore click on the green loot boxes. The best thing of this extension is that it's extremely easy to install and to set up: just add it to your Chrome browser and go to watch your favourite Twitch channels (or reload the Twitch tabs if they where already open) and the extension will do the job. Cool, isn't it? Furthermore, this Chrome Extension is MV3 complaint, what means that is more safety and private than other similar extensions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bfljboogdlehlkedchfcapjicgkjfglo |
Επίσημο URL | https://chromewebstore.google.com/detail/stream-booster/bfljboogdlehlkedchfcapjicgkjfglo |
Περιγραφή | The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer. |
Μέγεθος Αρχείου | 21.58 KB |
Αριθμός Εγκαταστάσεων | 106 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2021-10-13 |
Ημερομηνία Δημοσίευσης | 2021-08-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Road to Maui |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://glhf.online |
Υποστηριζόμενες Γλώσσες | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.2", "default_locale": "en", "manifest_version": 3, "description": "__MSG_extDescription__", "background": { "service_worker": "background.js" }, "icons": { "16": "\/img\/100.png", "48": "\/img\/100.png", "128": "\/img\/100.png" }, "permissions": [ "tabs", "alarms", "scripting" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*" ] } |