HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
Apa itu HS Fatigue Calculator?
HS Fatigue Calculator adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension helps to calculate fatigue by n drawn cards".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HS Fatigue Calculator
Unduh file ekstensi HS Fatigue Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | HS Fatigue Calculator |
ID | aocdjekbopneffnmhagimogdifbgnbhb |
URL Resmi | https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb |
Deskripsi | This extension helps to calculate fatigue by n drawn cards |
Ukuran File | 1.23 MB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-01-20 |
Tanggal Publikasi | 2016-01-20 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |