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.

¿Qué es Hockey Simulation Game - Hockey Rival?

Hockey Simulation Game - Hockey Rival es una extensión de Chrome desarrollada por nquirk, y su función principal es "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hockey Simulation Game - Hockey Rival

Descarga archivos de extensión Hockey Simulation Game - Hockey Rival en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre 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
Descripción The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
Tamaño del Archivo 241 KB
Cantidad de Instalaciones 31
Versión Actual 1.4
Última Actualización 2016-01-08
Fecha de Publicación 2016-01-08
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador nquirk
Tipo de Pago free
Sitio Web de la Extensión http://hockeyrival.com
Idiomas Soportados 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"
    }
}