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.

Cos'è Hockey Simulation Game - Hockey Rival?

Hockey Simulation Game - Hockey Rival è un'estensione di Chrome sviluppata da nquirk, e la sua funzione principale è "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hockey Simulation Game - Hockey Rival

Scarica i file di estensione Hockey Simulation Game - Hockey Rival in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Hockey Simulation Game - Hockey Rival Hockey Simulation Game - Hockey Rival
ID npefhepccilenpklmdofhocmodndnhcl
URL Ufficiale https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl
Descrizione The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
Dimensione del File 241 KB
Conteggio Installazioni 31
Versione Corrente 1.4
Ultimo Aggiornamento 2016-01-08
Data di Pubblicazione 2016-01-08
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore nquirk
Tipo di Pagamento free
Sito Web dell'Estensione http://hockeyrival.com
Lingue Supportate 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"
    }
}