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.
Wat is Hockey Simulation Game - Hockey Rival?
Hockey Simulation Game - Hockey Rival is een Chrome-extensie ontwikkeld door nquirk, en de belangrijkste functie is "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hockey Simulation Game - Hockey Rival
Download Hockey Simulation Game - Hockey Rival-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | npefhepccilenpklmdofhocmodndnhcl |
Officiële URL | https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl |
Beschrijving | The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential. |
Bestandsgrootte | 241 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-01-08 |
Publicatiedatum | 2016-01-08 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | nquirk |
Betalingswijze | free |
Extensiewebsite | http://hockeyrival.com |
Ondersteunde Talen | 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" } } |