HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
O que é HS Fatigue Calculator?
HS Fatigue Calculator é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension helps to calculate fatigue by n drawn cards".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HS Fatigue Calculator
Baixe arquivos de extensão HS Fatigue Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | HS Fatigue Calculator |
ID | aocdjekbopneffnmhagimogdifbgnbhb |
URL Oficial | https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb |
Descrição | This extension helps to calculate fatigue by n drawn cards |
Tamanho do Arquivo | 1.23 MB |
Contagem de Instalações | 30 |
Versão Atual | 1.1 |
Última Atualização | 2016-01-20 |
Data de Publicação | 2016-01-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |