Axie Addon
extension for Axie Infinity Marketplace.
什么是Axie Addon?
Axie Addon是由DrRrof开发的Chrome扩展程序,该扩展的主要功能是“extension for Axie Infinity Marketplace.”。
扩展截图
下载Axie Addon扩展crx文件
下载Axie Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple addon for Axie Infinity Marketplace that makes price analysis of axies a little bit quicker.
- Clicking on the extension button while viewing an axie will open a search in a new tab with that axie's class + parts.
- Clicking on the extension button while not viewing an axie opens the site (https://marketplace.axieinfinity.com/) in a new tab.
Could potentially be expanded on if any ideas.
https://addons.mozilla.org/en-US/firefox/addon/axie-addon/
If you find the addon useful consider sending me a small tip (obviously optional):
Ronin: ronin:ba79d7f15b9c17570d77e70cac4b5fd3838083ea
MetaMask (ETH Mainnet + BSC): 0x0235C9D8413b4807602468Ed363dfAa8A1c5Cde2 扩展基本信息
| 名称 | |
| ID | ehmmohmdikjlaaekfmnahkbffjbdpnog |
| 官方URL | https://chromewebstore.google.com/detail/axie-addon/ehmmohmdikjlaaekfmnahkbffjbdpnog |
| 简介 | extension for Axie Infinity Marketplace. |
| 文件大小 | 20.64 KB |
| 安装次数 | 194 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2021-11-03 |
| 上架时间 | 2021-10-19 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | DrRrof |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/lmReef/axie-addon |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Axie Addon",
"version": "1.2.0",
"permissions": [
"activeTab"
],
"description": "extension for Axie Infinity Marketplace.",
"icons": {
"32": "icons\/slp.png",
"128": "icons\/slp-128.png"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"32": "icons\/slp.png",
"128": "icons\/slp.png"
}
},
"background": {
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
}
} | |