HS Fatigue Calculator

This extension helps to calculate fatigue by n drawn cards

Co to jest HS Fatigue Calculator?

HS Fatigue Calculator to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension helps to calculate fatigue by n drawn cards”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia HS Fatigue Calculator

Pobierz pliki rozszerzeń HS Fatigue Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa HS Fatigue Calculator HS Fatigue Calculator
ID aocdjekbopneffnmhagimogdifbgnbhb
Oficjalny URL https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb
Opis This extension helps to calculate fatigue by n drawn cards
Rozmiar pliku 1.23 MB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-01-20
Data Publikacji 2016-01-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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
}