Crypto Blades Tools
crypto-blades-tools
Crypto Blades Toolsとは何ですか?
Crypto Blades Toolsはnicolas.salvai95によって開発されたChromeの拡張機能で、その主な機能は「crypto-blades-tools」です。
拡張機能のスクリーンショット
Crypto Blades Tools拡張機能のCRXファイルをダウンロード
Crypto Blades Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tools for CryptoBlades NTF-Game. Allows you to see fight victory probability, fight only when you are comfortable. Allows you to see amount of experience needed for next milestone level. Code: https://github.com/NicoSalvai/cryptoblades-chrome-extension
拡張機能の基本情報
名前 | Crypto Blades Tools |
ID | kiccokmcifmapafcihimmlajjkilhpdh |
公式URL | https://chromewebstore.google.com/detail/crypto-blades-tools/kiccokmcifmapafcihimmlajjkilhpdh |
説明 | crypto-blades-tools |
ファイルサイズ | 10.08 KB |
インストール数 | 26 |
現在のバージョン | 0.2.1 |
最終更新日 | 2021-08-07 |
公開日 | 2021-08-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | nicolas.salvai95 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Blades Tools", "description": "crypto-blades-tools", "version": "0.2.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/img\/icon.png", "32": ".\/img\/icon.png", "48": ".\/img\/icon.png", "128": ".\/img\/icon.png" } }, "icons": { "16": ".\/img\/icon.png", "32": ".\/img\/icon.png", "48": ".\/img\/icon.png", "128": ".\/img\/icon.png" }, "options_page": ".\/options.html", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/app.cryptoblades.io\/#\/*" ] } |