CodeRaven's CryptoBlade Battle Simulator

Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.

CodeRaven's CryptoBlade Battle Simulator क्या है?

CodeRaven's CryptoBlade Battle Simulator rabintoy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simulate CryptoBlade battles/encounters to calculate a more thorough win rate."।

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

screenshot

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

crx प्रारूप में CodeRaven's CryptoBlade Battle Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Chrome Extension lets you automatically simulate battles/encounters in Combar for CryptoBlades Game. This simulates 100 battles instantly so that players have a better idea on their chances of winning over an encounter/battle.

How to use:
Make sure you enable the plugin checkmark. It can be enabled if you are  on CryptoBlade combat screen:
https://i.imgur.com/HLkIXsR.png

After enabled, just refresh the page and on combat screen - just hover your mouse back and forth your weapon :)

https://i.imgur.com/oEsoLW1.png

Buy me a coffee or gas :)
0xc95828f7f94d98fDdd41d8D1D8a15D9c26C60e02                    

एक्सटेंशन की मूल जानकारी

नाम CodeRaven's CryptoBlade Battle Simulator CodeRaven's CryptoBlade Battle Simulator
ID mgaiocojhlkmnfcckfebjahneekfjbdo
आधिकारिक URL https://chromewebstore.google.com/detail/coderavens-cryptoblade-ba/mgaiocojhlkmnfcckfebjahneekfjbdo
विवरण Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.
फ़ाइल का आकार 60.52 KB
स्थापना संख्या 592
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2021-08-16
प्रकाशन तिथि 2021-07-29
रेटिंग 4.14/5 कुल 28 रेटिंग्स
डेवलपर rabintoy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/coderaven/coderaven-cryptoblades-battle-simulator/
सहायता पृष्ठ URL https://github.com/coderaven/coderaven-cryptoblades-battle-simulator/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodeRaven's CryptoBlade Battle Simulator",
    "author": "CodeRaven",
    "description": "Simulate CryptoBlade battles\/encounters to calculate a more thorough win rate.",
    "version": "0.1.3",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "https:\/\/app.cryptoblades.io\/#\/combat\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "index.html",
        "default_title": "CodeRaven CryptoBlade Battle Simulator",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}