Breedict

Axie Infinity - Breed Prediction Simulator

Breedict là gì?

Breedict là một tiện ích mở rộng Chrome được phát triển bởi hiraishinstudios, và tính năng chính của nó là "Axie Infinity - Breed Prediction Simulator".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Breedict

Tải xuống các tệp mở rộng Breedict dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Breedict Breedict
ID lmcdhjgkpgdoejhddiiknaiajmcodnfk
URL Chính Thức https://chromewebstore.google.com/detail/breedict/lmcdhjgkpgdoejhddiiknaiajmcodnfk
Mô tả Axie Infinity - Breed Prediction Simulator
Kích Thước Tệp 61.88 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-10-16
Ngày Phát Hành 2021-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hiraishinstudios
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nft-tools.github.io/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}