Axie.zone Pricing Helper

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

Wat is Axie.zone Pricing Helper?

Axie.zone Pricing Helper is een Chrome-extensie ontwikkeld door https://oshiteku.app, en de belangrijkste functie is "This extension allows you to visualize the sold prices in the Axie.zone Finder.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Axie.zone Pricing Helper

Download Axie.zone Pricing Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
Officiële URL https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
Beschrijving This extension allows you to visualize the sold prices in the Axie.zone Finder.
Bestandsgrootte 845 KB
Aantal Installaties 927
Huidige Versie 1.1
Laatst Bijgewerkt 2020-11-03
Publicatiedatum 2020-11-01
Ontwikkelaar https://oshiteku.app
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}