Cryptoblade Winrate & Rewards
Simulate CryptoBlade win rate & rewards
Cos'è Cryptoblade Winrate & Rewards?
Cryptoblade Winrate & Rewards è un'estensione di Chrome sviluppata da Cavin Pabua, e la sua funzione principale è "Simulate CryptoBlade win rate & rewards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cryptoblade Winrate & Rewards
Scarica i file di estensione Cryptoblade Winrate & Rewards 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 simulates 500 battles instantly so that players have a better idea on their chances of winning over an encounter/battle. Features: - Show your win rate on each enemy - Percentile Success rate colors - Show your Hero Power Range ( Bottom left ) - Show predicted SKILL Payout on chosen enemy (May not be accurate by decimal places) - Predicted Skill payout maybe inaccurate due to volatility of oracle Instructions: 1) Go to the Combat Screen and click Show win % to start generating combat predictions. 2) You may repeatedly click Show win % to show different predictions of +-10% according to formula. References: Simulator Formula: Reference: https://cryptoblades.gitbook.io/wiki/combat/fighting/calculating-player-power Skill Payout Formula: Reference: https://cryptoblades.gitbook.io/wiki/combat/fighting/combat-rewards Updates Includes Bug Fixes
Informazioni di Base sull'Estensione
Nome | Cryptoblade Winrate & Rewards |
ID | jhbllpeafdgnhdcfhdpfhldbafihaofh |
URL Ufficiale | https://chromewebstore.google.com/detail/cryptoblade-winrate-rewar/jhbllpeafdgnhdcfhdpfhldbafihaofh |
Descrizione | Simulate CryptoBlade win rate & rewards |
Dimensione del File | 427 KB |
Conteggio Installazioni | 132 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2021-08-16 |
Data di Pubblicazione | 2021-08-03 |
Valutazione | 4.67/5 Totale 12 Valutazioni |
Sviluppatore | Cavin Pabua |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/cavinpabua/CryptoBlades-Winrate |
URL della Pagina di Aiuto | https://github.com/cavinpabua |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptoblade Winrate & Rewards", "author": "Cavin Pabua", "description": "Simulate CryptoBlade win rate & rewards", "version": "2.0.1", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/app.cryptoblades.io\/*" ], "js": [ "jquery-3.5.1.min.js", "web3.min.js", "CryptoBlades.js", "content.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "CB Win rate & rewards", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |