HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
什么是HS Fatigue Calculator?
HS Fatigue Calculator是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension helps to calculate fatigue by n drawn cards”。
扩展截图
下载HS Fatigue Calculator扩展crx文件
下载HS Fatigue Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |