Axie.zone Pricing Helper

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

Hvad er Axie.zone Pricing Helper?

Axie.zone Pricing Helper er en Chrome-udvidelse udviklet af https://oshiteku.app, og dens hovedfunktion er "This extension allows you to visualize the sold prices in the Axie.zone Finder.".

Udvidelsesskærmbilleder

screenshot

Download Axie.zone Pricing Helper-udvidelses-CRX-fil

Download Axie.zone Pricing Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
Officiel URL https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
Beskrivelse This extension allows you to visualize the sold prices in the Axie.zone Finder.
Filstørrelse 845 KB
Antal Installationer 927
Nuværende Version 1.1
Senest Opdateret 2020-11-03
Udgivelsesdato 2020-11-01
Udvikler https://oshiteku.app
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}