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.
What is Hockey Simulation Game - Hockey Rival?
Hockey Simulation Game - Hockey Rival is a Chrome extension developed by nquirk, and its main feature is "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".
Extension Screenshots
Download Hockey Simulation Game - Hockey Rival Extension CRX File
Download Hockey Simulation Game - Hockey Rival extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | npefhepccilenpklmdofhocmodndnhcl |
Official URL | 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. |
File Size | 241 KB |
Installation Count | 31 |
Current Version | 1.4 |
Last Updated | 2016-01-08 |
Publish Date | 2016-01-08 |
Rating | 3.00/5 Total 2 Ratings |
Developer | nquirk |
Payment Type | free |
Extension Website | http://hockeyrival.com |
Supported Languages | 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" } } |