Axie Addon

extension for Axie Infinity Marketplace.

什麼是Axie Addon?

Axie Addon是由DrRrof開發的Chrome擴展程式,該擴展的主要功能是“extension for Axie Infinity Marketplace.”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Axie Addon Axie Addon
ID ehmmohmdikjlaaekfmnahkbffjbdpnog
官方網址 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"
        ]
    }
}