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文件

下載Hockey Simulation Game - Hockey Rival擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}