CryptoBlades Calculator
A extension to simulate the combat in CryptoBlades
Wat is CryptoBlades Calculator?
CryptoBlades Calculator is een Chrome-extensie ontwikkeld door Mateus Dyonisio, en de belangrijkste functie is "A extension to simulate the combat in CryptoBlades".
Extensie Screenshots
Download het CRX-bestand van de extensie CryptoBlades Calculator
Download CryptoBlades Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | mnjcllcfojjkdfodmnohfojfbklkpjal | 
| Officiële URL | https://chromewebstore.google.com/detail/cryptoblades-calculator/mnjcllcfojjkdfodmnohfojfbklkpjal | 
| Beschrijving | A extension to simulate the combat in CryptoBlades | 
| Bestandsgrootte | 5.6 KB | 
| Aantal Installaties | 45 | 
| Huidige Versie | 0.2 | 
| Laatst Bijgewerkt | 2021-08-05 | 
| Publicatiedatum | 2021-08-04 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Mateus Dyonisio | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |