Cryptoblade Winrate & Rewards

Simulate CryptoBlade win rate & rewards

Cryptoblade Winrate & Rewards क्या है?

Cryptoblade Winrate & Rewards Cavin Pabua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simulate CryptoBlade win rate & rewards"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cryptoblade Winrate & Rewards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}