HS Fatigue Calculator

This extension helps to calculate fatigue by n drawn cards

Wat is HS Fatigue Calculator?

HS Fatigue Calculator is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension helps to calculate fatigue by n drawn cards".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HS Fatigue Calculator

Download HS Fatigue Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HS Fatigue Calculator HS Fatigue Calculator
ID aocdjekbopneffnmhagimogdifbgnbhb
Officiële URL https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb
Beschrijving This extension helps to calculate fatigue by n drawn cards
Bestandsgrootte 1.23 MB
Aantal Installaties 30
Huidige Versie 1.1
Laatst Bijgewerkt 2016-01-20
Publicatiedatum 2016-01-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}