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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}