GosuGamers Chrome Extension
This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!
Hvad er GosuGamers Chrome Extension?
GosuGamers Chrome Extension er en Chrome-udvidelse udviklet af http://www.gosugamers.net, og dens hovedfunktion er "This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!".
Udvidelsesskærmbilleder
Download GosuGamers Chrome Extension-udvidelses-CRX-fil
Download GosuGamers Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lhpjniojlbdhldmiaefpmekpihnlgilj |
Officiel URL | https://chrome.google.com/webstore/detail/gosugamers-chrome-extensi/lhpjniojlbdhldmiaefpmekpihnlgilj |
Beskrivelse | This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser! |
Filstørrelse | 1.53 MB |
Antal Installationer | 3,000 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2016-05-31 |
Udgivelsesdato | 2016-05-31 |
Bedømmelse | 4.16/5 Samlet 102 Bedømmelser |
Udvikler | http://www.gosugamers.net |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://gosugamers.net/ |
Understøttede Sprog | 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" } } |