Axie.zone Pricing Helper

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

What is Axie.zone Pricing Helper?

Axie.zone Pricing Helper is a Chrome extension developed by https://oshiteku.app, and its main feature is "This extension allows you to visualize the sold prices in the Axie.zone Finder.".

Extension Screenshots

screenshot

Download Axie.zone Pricing Helper Extension CRX File

Download Axie.zone Pricing Helper 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

                        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.                    

Extension Basic Information

Name Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
Official URL https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
Description This extension allows you to visualize the sold prices in the Axie.zone Finder.
File Size 845 KB
Installation Count 927
Current Version 1.1
Last Updated 2020-11-03
Publish Date 2020-11-01
Developer https://oshiteku.app
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}