Breedict

Axie Infinity - Breed Prediction Simulator

Breedictคืออะไร?

Breedict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hiraishinstudios และคุณลักษณะหลักของมันคือ "Axie Infinity - Breed Prediction Simulator"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breedict

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}