Crypto Blade Win Chance
Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.
Was ist Crypto Blade Win Chance?
Crypto Blade Win Chance ist eine Chrome-Erweiterung, die von Enzo Vergara entwickelt wurde, und ihr Hauptmerkmal ist "Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat.".
Erweiterungsscreenshots
Crypto Blade Win Chance-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crypto Blade Win Chance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Crypto Blade Win Chance |
ID | ocghnlhebainddiinnaojmaiacinkolk |
Offizielle URL | https://chromewebstore.google.com/detail/crypto-blade-win-chance/ocghnlhebainddiinnaojmaiacinkolk |
Beschreibung | Crypto blade automatic win chance computer based on https://wax-dapps.site/crypto-blades/combat. |
Dateigröße | 5.19 KB |
Installationsanzahl | 190 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-07-26 |
Veröffentlichungsdatum | 2021-07-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Enzo Vergara |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |