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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |