HS Fatigue Calculator

This extension helps to calculate fatigue by n drawn cards

Qu'est-ce que HS Fatigue Calculator ?

HS Fatigue Calculator est une extension Chrome développée par Unknown, et sa fonction principale est "This extension helps to calculate fatigue by n drawn cards".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HS Fatigue Calculator

Téléchargez les fichiers d'extension HS Fatigue Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HS Fatigue Calculator HS Fatigue Calculator
ID aocdjekbopneffnmhagimogdifbgnbhb
URL Officiel https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb
Description This extension helps to calculate fatigue by n drawn cards
Taille du Fichier 1.23 MB
Nombre d'Installations 30
Version Actuelle 1.1
Dernière Mise à Jour 2016-01-20
Date de Publication 2016-01-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}