Combat helper CryptoBlades

It gives you the combat percentages before you fight the enemies

什么是Combat helper CryptoBlades?

Combat helper CryptoBlades是由devsingame开发的Chrome扩展程序,该扩展的主要功能是“It gives you the combat percentages before you fight the enemies”。

扩展截图

screenshot

下载Combat helper CryptoBlades扩展crx文件

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