Cryptoblade Winrate & Rewards

Simulate CryptoBlade win rate & rewards

Cryptoblade Winrate & Rewards là gì?

Cryptoblade Winrate & Rewards là một tiện ích mở rộng Chrome được phát triển bởi Cavin Pabua, và tính năng chính của nó là "Simulate CryptoBlade win rate & rewards".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cryptoblade Winrate & Rewards

Tải xuống các tệp mở rộng Cryptoblade Winrate & Rewards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cryptoblade Winrate & Rewards Cryptoblade Winrate & Rewards
ID jhbllpeafdgnhdcfhdpfhldbafihaofh
URL Chính Thức https://chromewebstore.google.com/detail/cryptoblade-winrate-rewar/jhbllpeafdgnhdcfhdpfhldbafihaofh
Mô tả Simulate CryptoBlade win rate & rewards
Kích Thước Tệp 427 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-08-16
Ngày Phát Hành 2021-08-03
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Cavin Pabua
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cavinpabua/CryptoBlades-Winrate
URL Trang Trợ Giúp https://github.com/cavinpabua
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}