Crypto Blade Win Chance

Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.

What is Crypto Blade Win Chance?

Crypto Blade Win Chance is a Chrome extension developed by Enzo Vergara, and its main feature is "Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.".

Extension Screenshots

screenshot

Download Crypto Blade Win Chance Extension CRX File

Download Crypto Blade Win Chance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.

Known issues:
Does not consider weapon bonus power.
Does not refresh when your enemies do. You have to click it again.

Notice:
This is an alpha software. Use at your own risk. I am not liable for your losses.
This is not officially supported by cryptoblades. This could stop working at any time.
Please be sure to trust whatever extension you install as some could be malicious and steal your funds.                    

Extension Basic Information

Name Crypto Blade Win Chance Crypto Blade Win Chance
ID ocghnlhebainddiinnaojmaiacinkolk
Official URL https://chromewebstore.google.com/detail/crypto-blade-win-chance/ocghnlhebainddiinnaojmaiacinkolk
Description Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.
File Size 5.19 KB
Installation Count 190
Current Version 0.0.2
Last Updated 2021-07-26
Publish Date 2021-07-26
Rating 5.00/5 Total 1 Ratings
Developer Enzo Vergara
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Blade Win Chance",
    "description": "Crypto blade automatic win chance computer based on https:\/\/wax-dapps.site\/crypto-blades\/combat.",
    "version": "0.0.2",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cryptoblades.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Test Extension"
    },
    "permissions": [
        "activeTab"
    ]
}