Axie.zone Pricing Helper

This extension allows you to visualize the sold prices in the Axie.zone Finder.

什么是Axie.zone Pricing Helper?

Axie.zone Pricing Helper是由https://oshiteku.app开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to visualize the sold prices in the Axie.zone Finder.”。

扩展截图

screenshot

下载Axie.zone Pricing Helper扩展crx文件

下载Axie.zone Pricing Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Axie.zone Finder is very useful for finding the Axie you want, but it doesn't allow you to see the past sales history. This extension will help you to analyze the price of Axie.                    

扩展基本信息

名称 Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
官方URL https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
简介 This extension allows you to visualize the sold prices in the Axie.zone Finder.
文件大小 845 KB
安装次数 927
当前版本 1.1
更新时间 2020-11-03
上架时间 2020-11-01
开发者 https://oshiteku.app
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Axie.zone Pricing Helper",
    "description": "This extension allows you to visualize the sold prices in the Axie.zone Finder.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "https:\/\/axie.zone\/*",
        "https:\/\/axieinfinity.com\/graphql-server\/graphql"
    ],
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/axie.zone\/finder*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}