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