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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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\/#\/*"
]
} | |