HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
What is HS Fatigue Calculator?
HS Fatigue Calculator is a Chrome extension developed by Unknown, and its main feature is "This extension helps to calculate fatigue by n drawn cards".
Extension Screenshots
Download HS Fatigue Calculator Extension CRX File
Download HS Fatigue Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HS Fatigue Calculator |
ID | aocdjekbopneffnmhagimogdifbgnbhb |
Official URL | https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb |
Description | This extension helps to calculate fatigue by n drawn cards |
File Size | 1.23 MB |
Installation Count | 30 |
Current Version | 1.1 |
Last Updated | 2016-01-20 |
Publish Date | 2016-01-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |