GosuGamers Chrome Extension
This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!
Co to jest GosuGamers Chrome Extension?
GosuGamers Chrome Extension to rozszerzenie Chrome opracowane przez http://www.gosugamers.net, a jego główną funkcją jest „This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GosuGamers Chrome Extension
Pobierz pliki rozszerzeń GosuGamers Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lhpjniojlbdhldmiaefpmekpihnlgilj |
Oficjalny URL | https://chrome.google.com/webstore/detail/gosugamers-chrome-extensi/lhpjniojlbdhldmiaefpmekpihnlgilj |
Opis | This Extension will allow you to use the GosuGamers matchticker and streams overview straight from your browser! |
Rozmiar pliku | 1.53 MB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2016-05-31 |
Data Publikacji | 2016-05-31 |
Ocena | 4.16/5 Łącznie 102 Oceny |
Deweloper | http://www.gosugamers.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://gosugamers.net/ |
Obsługiwane Języki | 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" } } |