HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
Cos'è HS Fatigue Calculator?
HS Fatigue Calculator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension helps to calculate fatigue by n drawn cards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HS Fatigue Calculator
Scarica i file di estensione HS Fatigue Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | HS Fatigue Calculator |
ID | aocdjekbopneffnmhagimogdifbgnbhb |
URL Ufficiale | https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb |
Descrizione | This extension helps to calculate fatigue by n drawn cards |
Dimensione del File | 1.23 MB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-01-20 |
Data di Pubblicazione | 2016-01-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |