Crypto Blades Tools
crypto-blades-tools
What is Crypto Blades Tools?
Crypto Blades Tools is a Chrome extension developed by nicolas.salvai95, and its main feature is "crypto-blades-tools".
Extension Screenshots
Download Crypto Blades Tools Extension CRX File
Download Crypto Blades Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Crypto Blades Tools |
ID | kiccokmcifmapafcihimmlajjkilhpdh |
Official URL | https://chromewebstore.google.com/detail/crypto-blades-tools/kiccokmcifmapafcihimmlajjkilhpdh |
Description | crypto-blades-tools |
File Size | 10.08 KB |
Installation Count | 26 |
Current Version | 0.2.1 |
Last Updated | 2021-08-07 |
Publish Date | 2021-08-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nicolas.salvai95 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/#\/*" ] } |