Breedict

Axie Infinity - Breed Prediction Simulator

什么是Breedict?

Breedict是由hiraishinstudios开发的Chrome扩展程序,该扩展的主要功能是“Axie Infinity - Breed Prediction Simulator”。

扩展截图

screenshot

下载Breedict扩展crx文件

下载Breedict扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Breedict Breedict
ID lmcdhjgkpgdoejhddiiknaiajmcodnfk
官方URL https://chromewebstore.google.com/detail/breedict/lmcdhjgkpgdoejhddiiknaiajmcodnfk
简介 Axie Infinity - Breed Prediction Simulator
文件大小 61.88 KB
安装次数 81
当前版本 1.1.0
更新时间 2021-10-16
上架时间 2021-10-05
评分 5.00/5 共1次评分
开发者 hiraishinstudios
电子邮箱 [email protected]
付费类型 free
扩展官网 https://nft-tools.github.io/
支持的语言 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"
        }
    ]
}