CodeRaven's CryptoBlade Battle Simulator

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

什麼是CodeRaven's CryptoBlade Battle Simulator?

CodeRaven's CryptoBlade Battle Simulator是由rabintoy開發的Chrome擴展程式,該擴展的主要功能是“Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.”。

擴展截圖

screenshot

下載CodeRaven's CryptoBlade Battle Simulator擴展crx文件

下載CodeRaven's CryptoBlade Battle Simulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 CodeRaven's CryptoBlade Battle Simulator CodeRaven's CryptoBlade Battle Simulator
ID mgaiocojhlkmnfcckfebjahneekfjbdo
官方網址 https://chromewebstore.google.com/detail/coderavens-cryptoblade-ba/mgaiocojhlkmnfcckfebjahneekfjbdo
簡介 Simulate CryptoBlade battles/encounters to calculate a more thorough win rate.
檔案大小 60.52 KB
安裝次數 592
目前版本 0.1.3
更新時間 2021-08-16
上架時間 2021-07-29
評分 4.14/5 共 28 次評分
開發者 rabintoy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/coderaven/coderaven-cryptoblades-battle-simulator/
說明頁面URL https://github.com/coderaven/coderaven-cryptoblades-battle-simulator/
支援的語言 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"
        }
    }
}