Combat helper CryptoBlades
It gives you the combat percentages before you fight the enemies
Combat helper CryptoBladesคืออะไร?
Combat helper CryptoBlades เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devsingame และคุณลักษณะหลักของมันคือ "It gives you the combat percentages before you fight the enemies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Combat helper CryptoBlades
ดาวน์โหลดไฟล์ส่วนขยาย Combat helper CryptoBlades ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Combat helper CryptoBlades |
ID | gimpikjmdjalkbaehmogcmiioiihmeeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/combat-helper-cryptoblade/gimpikjmdjalkbaehmogcmiioiihmeeb |
คำอธิบาย | It gives you the combat percentages before you fight the enemies |
ขนาดไฟล์ | 79.07 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2021-08-03 |
วันที่เผยแพร่ | 2021-07-24 |
คะแนน | 3.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | devsingame |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |