Axie.zone Pricing Helper

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

Cos'è Axie.zone Pricing Helper?

Axie.zone Pricing Helper è un'estensione di Chrome sviluppata da https://oshiteku.app, e la sua funzione principale è "This extension allows you to visualize the sold prices in the Axie.zone Finder.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Axie.zone Pricing Helper

Scarica i file di estensione Axie.zone Pricing Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
URL Ufficiale https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
Descrizione This extension allows you to visualize the sold prices in the Axie.zone Finder.
Dimensione del File 845 KB
Conteggio Installazioni 927
Versione Corrente 1.1
Ultimo Aggiornamento 2020-11-03
Data di Pubblicazione 2020-11-01
Sviluppatore https://oshiteku.app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}