CryptoBlades Calculator
A extension to simulate the combat in CryptoBlades
Was ist CryptoBlades Calculator?
CryptoBlades Calculator ist eine Chrome-Erweiterung, die von Mateus Dyonisio entwickelt wurde, und ihr Hauptmerkmal ist "A extension to simulate the combat in CryptoBlades".
Erweiterungsscreenshots
CryptoBlades Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie CryptoBlades Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        If you need a percentage of your combats in Cryptoblades, this extension is for you! With it, you can simulate a combat and get de percentage of each, just hover your mouse in sword and see the magic happen.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | mnjcllcfojjkdfodmnohfojfbklkpjal | 
| Offizielle URL | https://chromewebstore.google.com/detail/cryptoblades-calculator/mnjcllcfojjkdfodmnohfojfbklkpjal | 
| Beschreibung | A extension to simulate the combat in CryptoBlades | 
| Dateigröße | 5.6 KB | 
| Installationsanzahl | 45 | 
| Aktuelle Version | 0.2 | 
| Letztes Update | 2021-08-05 | 
| Veröffentlichungsdatum | 2021-08-04 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Mateus Dyonisio | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoBlades Calculator",
    "description": "A extension to simulate the combat in CryptoBlades",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.cryptoblades.io\/*"
            ],
            "js": [
                "content.js",
                "levels.js"
            ]
        }
    ]
}  |  |