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.
Qu'est-ce que Hockey Simulation Game - Hockey Rival ?
Hockey Simulation Game - Hockey Rival est une extension Chrome développée par nquirk, et sa fonction principale est "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hockey Simulation Game - Hockey Rival
Téléchargez les fichiers d'extension Hockey Simulation Game - Hockey Rival au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | npefhepccilenpklmdofhocmodndnhcl |
URL Officiel | https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl |
Description | The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential. |
Taille du Fichier | 241 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2016-01-08 |
Date de Publication | 2016-01-08 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | nquirk |
Type de Paiement | free |
Site Web de l'Extension | http://hockeyrival.com |
Langues Prises en Charge | 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" } } |