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.

Hockey Simulation Game - Hockey Rival란 무엇입니까?

Hockey Simulation Game - Hockey Rival은(는) nquirk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential."입니다.

확장 프로그램 스크린샷

screenshot

Hockey Simulation Game - Hockey Rival 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Hockey Simulation Game - Hockey Rival Hockey Simulation Game - Hockey Rival
ID npefhepccilenpklmdofhocmodndnhcl
공식 URL https://chrome.google.com/webstore/detail/hockey-simulation-game-ho/npefhepccilenpklmdofhocmodndnhcl
설명 The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential.
파일 크기 241 KB
설치 횟수 31
현재 버전 1.4
최근 업데이트 2016-01-08
출시 날짜 2016-01-08
평점 3.00/5 총 2 개의 평점
개발자 nquirk
결제 유형 free
확장 프로그램 웹 사이트 http://hockeyrival.com
지원되는 언어 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"
    }
}