HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
¿Qué es HS Fatigue Calculator?
HS Fatigue Calculator es una extensión de Chrome desarrollada por Unknown, y su función principal es "This extension helps to calculate fatigue by n drawn cards".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HS Fatigue Calculator
Descarga archivos de extensión HS Fatigue Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | HS Fatigue Calculator |
ID | aocdjekbopneffnmhagimogdifbgnbhb |
URL Oficial | https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb |
Descripción | This extension helps to calculate fatigue by n drawn cards |
Tamaño del Archivo | 1.23 MB |
Cantidad de Instalaciones | 30 |
Versión Actual | 1.1 |
Última Actualización | 2016-01-20 |
Fecha de Publicación | 2016-01-20 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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 } |