Breedict

Axie Infinity - Breed Prediction Simulator

Cos'è Breedict?

Breedict è un'estensione di Chrome sviluppata da hiraishinstudios, e la sua funzione principale è "Axie Infinity - Breed Prediction Simulator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Breedict

Scarica i file di estensione Breedict 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

                        Breedict is free to help Axie Infinity players.
Our extension tries to predict the status of an Axie egg.

Disclaimer: Breedict doesn't display real data from Axie Infinity game. Numbers, predictions and data could be wrong!                    

Informazioni di Base sull'Estensione

Nome Breedict Breedict
ID lmcdhjgkpgdoejhddiiknaiajmcodnfk
URL Ufficiale https://chromewebstore.google.com/detail/breedict/lmcdhjgkpgdoejhddiiknaiajmcodnfk
Descrizione Axie Infinity - Breed Prediction Simulator
Dimensione del File 61.88 KB
Conteggio Installazioni 81
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-10-16
Data di Pubblicazione 2021-10-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hiraishinstudios
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nft-tools.github.io/
Lingue Supportate pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "Breedict",
    "description": "Axie Infinity - Breed Prediction Simulator",
    "author": "Porai",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Breedict",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/graphql-gateway.axieinfinity.com\/*",
        "https:\/\/marketplace.axieinfinity.com\/*",
        "https:\/\/axieinfinity.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/graphql-gateway.axieinfinity.com\/*",
                "https:\/\/marketplace.axieinfinity.com\/*",
                "https:\/\/axieinfinity.com\/*"
            ],
            "js": [
                "constants.js",
                "dna.js",
                "axios.min.js",
                "bignumber.min.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}