CodeRaven's CryptoBlade Battle Simulator

Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.

CodeRaven's CryptoBlade Battle Simulator là gì?

CodeRaven's CryptoBlade Battle Simulator là một tiện ích mở rộng Chrome được phát triển bởi rabintoy, và tính năng chính của nó là "Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.".

Ả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 CodeRaven's CryptoBlade Battle Simulator

Tải xuống các tệp mở rộng CodeRaven's CryptoBlade Battle Simulator 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 Chrome Extension lets you automatically simulate battles/encounters in Combar for CryptoBlades Game. This simulates 100 battles instantly so that players have a better idea on their chances of winning over an encounter/battle.

How to use:
Make sure you enable the plugin checkmark. It can be enabled if you are  on CryptoBlade combat screen:
https://i.imgur.com/HLkIXsR.png

After enabled, just refresh the page and on combat screen - just hover your mouse back and forth your weapon :)

https://i.imgur.com/oEsoLW1.png

Buy me a coffee or gas :)
0xc95828f7f94d98fDdd41d8D1D8a15D9c26C60e02                    

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

Tên CodeRaven's CryptoBlade Battle Simulator CodeRaven's CryptoBlade Battle Simulator
ID mgaiocojhlkmnfcckfebjahneekfjbdo
URL Chính Thức https://chromewebstore.google.com/detail/coderavens-cryptoblade-ba/mgaiocojhlkmnfcckfebjahneekfjbdo
Mô tả Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.
Kích Thước Tệp 60.52 KB
Số Lần Cài Đặt 592
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2021-08-16
Ngày Phát Hành 2021-07-29
Đánh Giá 4.14/5 Tổng số 28 Đánh Giá
Nhà Phát Triển rabintoy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/coderaven/coderaven-cryptoblades-battle-simulator/
URL Trang Trợ Giúp https://github.com/coderaven/coderaven-cryptoblades-battle-simulator/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodeRaven's CryptoBlade Battle Simulator",
    "author": "CodeRaven",
    "description": "Simulate CryptoBlade battles\/encounters to calculate a more thorough win rate.",
    "version": "0.1.3",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "https:\/\/app.cryptoblades.io\/#\/combat\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "index.html",
        "default_title": "CodeRaven CryptoBlade Battle Simulator",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}