League Streams: Stream Browser
A quick and detailed stream browser.
Τι είναι το League Streams: Stream Browser;
Το League Streams: Stream Browser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brioux, και η κύρια λειτουργία του είναι "A quick and detailed stream browser.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης League Streams: Stream Browser
Λήψη αρχείων επέκτασης League Streams: Stream Browser σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Easily access streams from multiple games right from your browser. League Streams includes both Azubu.tv and Twitch.tv streams. You are given control of this extension to customize to suite your viewing experience. Skin it, Customize it, love it. 2015+ Update: Check out the other stream browser, it has almost identical features and then some more. Likely new updates will only be pushed to the new extension. Grab it for free here: https://chrome.google.com/webstore/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
Βασικές Πληροφορίες Επέκτασης
Όνομα | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
Επίσημο URL | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
Περιγραφή | A quick and detailed stream browser. |
Μέγεθος Αρχείου | 361 KB |
Αριθμός Εγκαταστάσεων | 246 |
Τρέχουσα Έκδοση | 1.4.5.1 |
Τελευταία Ενημέρωση | 2017-10-04 |
Ημερομηνία Δημοσίευσης | 2017-10-03 |
Αξιολόγηση | 4.36/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | Brioux |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://mad-chemist.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://mad-chemist.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "League Streams: Stream Browser", "description": "A quick and detailed stream browser.", "version": "1.4.5.1", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "css\/images\/16.png", "default_popup": "index.html" }, "icons": { "16": "css\/images\/16.png", "128": "css\/images\/128.png" } } |