Yield Gaming Platform Axie extension

Yield Gaming platform is a new way to play games online. There is no need to spend money anymore. Instead of buy your own assets…

Yield Gaming Platform Axie extensionคืออะไร?

Yield Gaming Platform Axie extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yieldgp.com และคุณลักษณะหลักของมันคือ "Yield Gaming platform is a new way to play games online. There is no need to spend money anymore. Instead of buy your own assets…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yield Gaming Platform Axie extension

ดาวน์โหลดไฟล์ส่วนขยาย Yield Gaming Platform Axie extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Yield Gaming platform is a new way to play games online. 

There is no need to spend money anymore. Instead of buy your own assets in order to play the game you can simply use "scholarship" account.

YGP allows players to use "scholarship" accounts in different games in order to play on different on-chain games. 

By using YGP instead of need to have your own assets, you can borrow assets in order to use them in a a game.

This plugin provides login functionality on marketplace.axieinfinity.com. 
It is its only purpose - to be a replacement for ronin wallet for registration on marketplace.

Currently we provide "scholarship" Axies, which give you opportunity to play Axie Infinity game.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yield Gaming Platform Axie extension Yield Gaming Platform Axie extension
ID iobalabbgmegmdkjcajnnflmddccjgaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yield-gaming-platform-axi/iobalabbgmegmdkjcajnnflmddccjgaa
คำอธิบาย Yield Gaming platform is a new way to play games online. There is no need to spend money anymore. Instead of buy your own assets…
ขนาดไฟล์ 7.54 KB
จำนวนการติดตั้ง 343
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-02-22
วันที่เผยแพร่ 2021-12-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://yieldgp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://yieldgp.com/platform/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yield Gaming Platform Axie extension",
    "version": "0.0.3",
    "description": "",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background-script.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/marketplace.axieinfinity.com\/login**",
                "https:\/\/yieldgp.com\/**",
                "https:\/\/ygp.gg\/**",
                "https:\/\/ygp.games\/**",
                "https:\/\/yieldgp.org\/**",
                "https:\/\/yieldgp.net\/**",
                "https:\/\/yieldgaming.net\/**",
                "https:\/\/1mln.dev\/**"
            ],
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}