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.

O que é Hockey Simulation Game - Hockey Rival?

Hockey Simulation Game - Hockey Rival é uma extensão do Chrome desenvolvida por nquirk, e sua principal característica é "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hockey Simulation Game - Hockey Rival

Baixe arquivos de extensão Hockey Simulation Game - Hockey Rival no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Hockey Simulation Game - Hockey Rival Hockey Simulation Game - Hockey Rival
ID npefhepccilenpklmdofhocmodndnhcl
URL Oficial https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl
Descrição The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
Tamanho do Arquivo 241 KB
Contagem de Instalações 31
Versão Atual 1.4
Última Atualização 2016-01-08
Data de Publicação 2016-01-08
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor nquirk
Tipo de Pagamento free
Site da Extensão http://hockeyrival.com
Idiomas Suportados 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"
    }
}