CryptoBlades Calculator
A extension to simulate the combat in CryptoBlades
什么是CryptoBlades Calculator?
CryptoBlades Calculator是由Mateus Dyonisio开发的Chrome扩展程序,该扩展的主要功能是“A extension to simulate the combat in CryptoBlades”。
扩展截图
下载CryptoBlades Calculator扩展crx文件
下载CryptoBlades Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CryptoBlades Calculator |
ID | mnjcllcfojjkdfodmnohfojfbklkpjal |
官方URL | https://chromewebstore.google.com/detail/cryptoblades-calculator/mnjcllcfojjkdfodmnohfojfbklkpjal |
简介 | A extension to simulate the combat in CryptoBlades |
文件大小 | 5.6 KB |
安装次数 | 45 |
当前版本 | 0.2 |
更新时间 | 2021-08-05 |
上架时间 | 2021-08-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Mateus Dyonisio |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |