Axie.zone Pricing Helper

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

O que é Axie.zone Pricing Helper?

Axie.zone Pricing Helper é uma extensão do Chrome desenvolvida por https://oshiteku.app, e sua principal característica é "This extension allows you to visualize the sold prices in the Axie.zone Finder.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Axie.zone Pricing Helper

Baixe arquivos de extensão Axie.zone Pricing Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Axie.zone Pricing Helper Axie.zone Pricing Helper
ID gnejflagnhkhfalcogkkcpejgkiflibf
URL Oficial https://chromewebstore.google.com/detail/axiezone-pricing-helper/gnejflagnhkhfalcogkkcpejgkiflibf
Descrição This extension allows you to visualize the sold prices in the Axie.zone Finder.
Tamanho do Arquivo 845 KB
Contagem de Instalações 927
Versão Atual 1.1
Última Atualização 2020-11-03
Data de Publicação 2020-11-01
Desenvolvedor https://oshiteku.app
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}