GosuGamers Chrome Extension
This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!
Τι είναι το GosuGamers Chrome Extension;
Το GosuGamers Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.gosugamers.net, και η κύρια λειτουργία του είναι "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GosuGamers Chrome Extension
Λήψη αρχείων επέκτασης GosuGamers Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Official GosuGamers Chrome Extension is the portable version of the match ticker that you’d find on our website. Customize the settings to track only the games that you follow. With an easy to navigate sleek looking design, following esports has never been easier! That means whether you follow Dota 2, CS:GO, Hearthstone, Heroes of the Storm, League of Legends, Overwatch or Starcraft II, you’ll easily be able to see when a match goes live and a simple click will take you directly to the match page to start watching!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lhpjniojlbdhldmiaefpmekpihnlgilj |
Επίσημο URL | https://chrome.google.com/webstore/detail/gosugamers-chrome-extensi/lhpjniojlbdhldmiaefpmekpihnlgilj |
Περιγραφή | This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser! |
Μέγεθος Αρχείου | 1.53 MB |
Αριθμός Εγκαταστάσεων | 3,000 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2016-05-31 |
Ημερομηνία Δημοσίευσης | 2016-05-31 |
Αξιολόγηση | 4.16/5 Συνολικά 102 Αξιολογήσεις |
Προγραμματιστής | http://www.gosugamers.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://gosugamers.net/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GosuGamers Chrome Extension", "description": "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!", "version": "1.0.5", "permissions": [ "storage" ], "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "html\/popup.html" }, "icons": { "16": "assets\/images\/icon.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } } |