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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nquirk และคุณลักษณะหลักของมันคือ "The goal is to create the ultimate team by collecting as many players (payer cards) as possible and maxing out their potential."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hockey Simulation Game - Hockey Rival
ดาวน์โหลดไฟล์ส่วนขยาย 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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |