Cryptoblade Winrate & Rewards

Simulate CryptoBlade win rate & rewards

Cryptoblade Winrate & Rewards란 무엇입니까?

Cryptoblade Winrate & Rewards은(는) Cavin Pabua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simulate CryptoBlade win rate & rewards"입니다.

확장 프로그램 스크린샷

screenshot

Cryptoblade Winrate & Rewards 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Cryptoblade Winrate & Rewards Cryptoblade Winrate & Rewards
ID jhbllpeafdgnhdcfhdpfhldbafihaofh
공식 URL 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"
        }
    }
}