Breedict

Axie Infinity - Breed Prediction Simulator

ما هو Breedict؟

Breedict هو إضافة Chrome تم تطويرها بواسطة hiraishinstudios، والميزة الرئيسية لها هي "Axie Infinity - Breed Prediction Simulator".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Breedict

قم بتنزيل ملفات الامتداد Breedict بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}