Combat helper CryptoBlades

It gives you the combat percentages before you fight the enemies

Combat helper CryptoBlades क्या है?

Combat helper CryptoBlades devsingame द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It gives you the combat percentages before you fight the enemies"।

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

screenshot

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

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

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

                        This extension helps you when fighting on the Cryptoblades page. It shows you the percentage of victory that your character has fighting against the selected enemy. 
It refreshes every time you change a weapon or character, or even if your enemies do!!

*Based on https://wax-dapps.site/crypto-blades/combat.

Improvements v2:  
* Consider weapon power 
* Auto-refresh on every change. (weapon, enemies, chars)

Improvements v3:
* Blades 4* and 5* are now working well again!

Have in mind:
This is only for probability purpose, It can change a ±3% every time you refresh. As them're probabilities, We can't assure you of constant victory                    

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

नाम Combat helper CryptoBlades Combat helper CryptoBlades
ID gimpikjmdjalkbaehmogcmiioiihmeeb
आधिकारिक URL https://chromewebstore.google.com/detail/combat-helper-cryptoblade/gimpikjmdjalkbaehmogcmiioiihmeeb
विवरण It gives you the combat percentages before you fight the enemies
फ़ाइल का आकार 79.07 KB
स्थापना संख्या 178
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2021-08-03
प्रकाशन तिथि 2021-07-24
रेटिंग 3.60/5 कुल 10 रेटिंग्स
डेवलपर devsingame
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Combat helper CryptoBlades",
    "description": "It gives you the combat percentages before you fight the enemies",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.cryptoblades.io\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}