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.

Vad är Hockey Simulation Game - Hockey Rival?

Hockey Simulation Game - Hockey Rival är en Chrome-tillägg utvecklad av nquirk, och dess huvudfunktion är "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".

Tilläggsskärmbilder

screenshot

Ladda ner Hockey Simulation Game - Hockey Rival-förlängningens CRX-fil

Ladda ner Hockey Simulation Game - Hockey Rival-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Hockey Simulation Game - Hockey Rival Hockey Simulation Game - Hockey Rival
ID npefhepccilenpklmdofhocmodndnhcl
Officiell webbadress https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl
Beskrivning The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
Filstorlek 241 KB
Antal Installationer 31
Aktuell Version 1.4
Senast Uppdaterad 2016-01-08
Publiceringsdatum 2016-01-08
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare nquirk
Betalningssätt free
Tilläggswebbplats http://hockeyrival.com
Stödda Språk 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"
    }
}