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.

Hvad er Hockey Simulation Game - Hockey Rival?

Hockey Simulation Game - Hockey Rival er en Chrome-udvidelse udviklet af nquirk, og dens hovedfunktion er "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".

Udvidelsesskærmbilleder

screenshot

Download Hockey Simulation Game - Hockey Rival-udvidelses-CRX-fil

Download Hockey Simulation Game - Hockey Rival-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Hockey Simulation Game - Hockey Rival Hockey Simulation Game - Hockey Rival
ID npefhepccilenpklmdofhocmodndnhcl
Officiel URL https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl
Beskrivelse The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
Filstørrelse 241 KB
Antal Installationer 31
Nuværende Version 1.4
Senest Opdateret 2016-01-08
Udgivelsesdato 2016-01-08
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler nquirk
Betalingsmetode free
Udvidelseswebsted http://hockeyrival.com
Understøttede Sprog 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"
    }
}