CryptoBlades Calculator
A extension to simulate the combat in CryptoBlades
What is CryptoBlades Calculator?
CryptoBlades Calculator is a Chrome extension developed by Mateus Dyonisio, and its main feature is "A extension to simulate the combat in CryptoBlades".
Extension Screenshots
Download CryptoBlades Calculator Extension CRX File
Download CryptoBlades Calculator 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
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.
Extension Basic Information
Name | CryptoBlades Calculator |
ID | mnjcllcfojjkdfodmnohfojfbklkpjal |
Official URL | https://chromewebstore.google.com/detail/cryptoblades-calculator/mnjcllcfojjkdfodmnohfojfbklkpjal |
Description | A extension to simulate the combat in CryptoBlades |
File Size | 5.6 KB |
Installation Count | 45 |
Current Version | 0.2 |
Last Updated | 2021-08-05 |
Publish Date | 2021-08-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mateus Dyonisio |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |