Cryptoblade Winrate & Rewards
Simulate CryptoBlade win rate & rewards
什麼是Cryptoblade Winrate & Rewards?
Cryptoblade Winrate & Rewards是由Cavin Pabua開發的Chrome擴展程式,該擴展的主要功能是“Simulate CryptoBlade win rate & rewards”。
擴展截圖
下載Cryptoblade Winrate & Rewards擴展crx文件
下載Cryptoblade Winrate & Rewards擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | jhbllpeafdgnhdcfhdpfhldbafihaofh |
| 官方網址 | https://chromewebstore.google.com/detail/cryptoblade-winrate-rewar/jhbllpeafdgnhdcfhdpfhldbafihaofh |
| 簡介 | Simulate CryptoBlade win rate & rewards |
| 檔案大小 | 427 KB |
| 安裝次數 | 132 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2021-08-16 |
| 上架時間 | 2021-08-03 |
| 評分 | 4.67/5 共 12 次評分 |
| 開發者 | Cavin Pabua |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/cavinpabua/CryptoBlades-Winrate |
| 說明頁面URL | https://github.com/cavinpabua |
| 支援的語言 | 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"
}
}
} | |