HS Fatigue Calculator

This extension helps to calculate fatigue by n drawn cards

Что такое HS Fatigue Calculator?

HS Fatigue Calculator - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension helps to calculate fatigue by n drawn cards".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения HS Fatigue Calculator

Скачайте файлы расширений HS Fatigue Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension for Hearthstone lets you know how much fatigue the other player will receive by selecting how many cards he will draw.


Just set how many turns the opponent will draw cards,
and you get the result of how much damage he will receive


Keywords:
Hearthstone fatigue mill rogue druid calculator                    

Основная информация о расширении

Название HS Fatigue Calculator HS Fatigue Calculator
ID aocdjekbopneffnmhagimogdifbgnbhb
Официальный URL https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb
Описание This extension helps to calculate fatigue by n drawn cards
Размер файла 1.23 MB
Количество установок 30
Текущая Версия 1.1
Последнее Обновление 2016-01-20
Дата публикации 2016-01-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HS Fatigue Calculator",
    "description": "This extension helps to calculate fatigue by n drawn cards",
    "version": "1.1",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "short_name": "HSFC",
    "offline_enabled": true
}