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.
Was ist Hockey Simulation Game - Hockey Rival?
Hockey Simulation Game - Hockey Rival ist eine Chrome-Erweiterung, die von nquirk entwickelt wurde, und ihr Hauptmerkmal ist "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".
Erweiterungsscreenshots
Hockey Simulation Game - Hockey Rival-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hockey Simulation Game - Hockey Rival-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | npefhepccilenpklmdofhocmodndnhcl |
Offizielle URL | https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl |
Beschreibung | The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential. |
Dateigröße | 241 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.4 |
Letztes Update | 2016-01-08 |
Veröffentlichungsdatum | 2016-01-08 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | nquirk |
Zahlungsart | free |
Erweiterungswebsite | http://hockeyrival.com |
Unterstützte Sprachen | 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" } } |