Combat helper CryptoBlades

It gives you the combat percentages before you fight the enemies

Τι είναι το Combat helper CryptoBlades;

Το Combat helper CryptoBlades είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον devsingame, και η κύρια λειτουργία του είναι "It gives you the combat percentages before you fight the enemies".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Combat helper CryptoBlades

Λήψη αρχείων επέκτασης Combat helper CryptoBlades σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}