Crypto Blade Win Chance

Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.

什么是Crypto Blade Win Chance?

Crypto Blade Win Chance是由Enzo Vergara开发的Chrome扩展程序,该扩展的主要功能是“Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.”。

扩展截图

screenshot

下载Crypto Blade Win Chance扩展crx文件

下载Crypto Blade Win Chance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.

Known issues:
Does not consider weapon bonus power.
Does not refresh when your enemies do. You have to click it again.

Notice:
This is an alpha software. Use at your own risk. I am not liable for your losses.
This is not officially supported by cryptoblades. This could stop working at any time.
Please be sure to trust whatever extension you install as some could be malicious and steal your funds.                    

扩展基本信息

名称 Crypto Blade Win Chance Crypto Blade Win Chance
ID ocghnlhebainddiinnaojmaiacinkolk
官方URL https://chromewebstore.google.com/detail/crypto-blade-win-chance/ocghnlhebainddiinnaojmaiacinkolk
简介 Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.
文件大小 5.19 KB
安装次数 190
当前版本 0.0.2
更新时间 2021-07-26
上架时间 2021-07-26
评分 5.00/5 共1次评分
开发者 Enzo Vergara
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Blade Win Chance",
    "description": "Crypto blade automatic win chance computer based on https:\/\/wax-dapps.site\/crypto-blades\/combat.",
    "version": "0.0.2",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cryptoblades.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Test Extension"
    },
    "permissions": [
        "activeTab"
    ]
}