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…

¿Qué es Yield Gaming Platform Axie extension?

Yield Gaming Platform Axie extension es una extensión de Chrome desarrollada por https://yieldgp.com, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Yield Gaming Platform Axie extension

Descarga archivos de extensión Yield Gaming Platform Axie extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Yield Gaming Platform Axie extension Yield Gaming Platform Axie extension
ID iobalabbgmegmdkjcajnnflmddccjgaa
URL Oficial https://chromewebstore.google.com/detail/yield-gaming-platform-axi/iobalabbgmegmdkjcajnnflmddccjgaa
Descripción 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…
Tamaño del Archivo 7.54 KB
Cantidad de Instalaciones 343
Versión Actual 0.0.3
Última Actualización 2022-02-22
Fecha de Publicación 2021-12-11
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://yieldgp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://yieldgp.com/platform/
Idiomas Soportados 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
        }
    ]
}