GosuGamers Chrome Extension
This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!
Cos'è GosuGamers Chrome Extension?
GosuGamers Chrome Extension è un'estensione di Chrome sviluppata da http://www.gosugamers.net, e la sua funzione principale è "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GosuGamers Chrome Extension
Scarica i file di estensione GosuGamers Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | lhpjniojlbdhldmiaefpmekpihnlgilj |
URL Ufficiale | https://chrome.google.com/webstore/detail/gosugamers-chrome-extensi/lhpjniojlbdhldmiaefpmekpihnlgilj |
Descrizione | This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser! |
Dimensione del File | 1.53 MB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2016-05-31 |
Data di Pubblicazione | 2016-05-31 |
Valutazione | 4.16/5 Totale 102 Valutazioni |
Sviluppatore | http://www.gosugamers.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://gosugamers.net/ |
Lingue Supportate | 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" } } |