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
官方網址 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"
    }
}