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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Enzo Vergara และคุณลักษณะหลักของมันคือ "Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Blade Win Chance

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}