Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Τι είναι το Random Twitch Stream Finder;
Το Random Twitch Stream Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Random Twitch Stream Finder
Λήψη αρχείων επέκτασης Random Twitch Stream Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Finds and retrieves a random Twitch stream URL from all currently active Twitch Streams with at least 5 viewers. Users can also quickly cycle through URLs until they find a stream they're interested in. This extension is originally intended for academic use, but can be easily adapted for fun and entertainment.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
Επίσημο URL | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
Περιγραφή | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
Μέγεθος Αρχείου | 5.03 MB |
Αριθμός Εγκαταστάσεων | 199 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-06-11 |
Ημερομηνία Δημοσίευσης | 2020-06-11 |
Αξιολόγηση | 4.50/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Twitch Stream Finder", "version": "1.0.0", "description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "randomTwitchStream_32.png" }, "manifest_version": 2, "icons": { "16": "randomTwitchStream_16.png", "48": "randomTwitchStream_48.png", "128": "randomTwitchStream_128.png" } } |