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" } } |