Hockey Simulation Game - Hockey Rival
The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
Co to jest Hockey Simulation Game - Hockey Rival?
Hockey Simulation Game - Hockey Rival to rozszerzenie Chrome opracowane przez nquirk, a jego główną funkcją jest „The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hockey Simulation Game - Hockey Rival
Pobierz pliki rozszerzeń Hockey Simulation Game - Hockey Rival 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
Our game allows user to control their own team and build it into a dynasty. By collecting money, energy, and pucks, you are able to upgrade your players gear and train them to improve their attributes. The goal is to create the ultimate team by collecting as many players (player cards) as possible and maxing out their potential. We believe this fills a huge gap that not even EA Sports NHL fills. Our game is constantly changing and providing a newer and better experience with each update. Get started on our Hockey Simulation Game today!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | npefhepccilenpklmdofhocmodndnhcl |
Oficjalny URL | https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl |
Opis | The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential. |
Rozmiar pliku | 241 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2016-01-08 |
Data Publikacji | 2016-01-08 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | nquirk |
Typ Płatności | free |
Strona Rozszerzenia | http://hockeyrival.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hockey Simulation Game - Hockey Rival", "manifest_version": 2, "short_name": "Hockey Simulation Game - Hockey Rival", "description": "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.", "version": "1.4", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "hr-logo1.png" }, "icons": { "128": "gold.png" } } |