Combat helper CryptoBlades

It gives you the combat percentages before you fight the enemies

Combat helper CryptoBlades là gì?

Combat helper CryptoBlades là một tiện ích mở rộng Chrome được phát triển bởi devsingame, và tính năng chính của nó là "It gives you the combat percentages before you fight the enemies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Combat helper CryptoBlades

Tải xuống các tệp mở rộng Combat helper CryptoBlades dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Combat helper CryptoBlades Combat helper CryptoBlades
ID gimpikjmdjalkbaehmogcmiioiihmeeb
URL Chính Thức https://chromewebstore.google.com/detail/combat-helper-cryptoblade/gimpikjmdjalkbaehmogcmiioiihmeeb
Mô tả It gives you the combat percentages before you fight the enemies
Kích Thước Tệp 79.07 KB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2021-07-24
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển devsingame
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}