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'est-ce que Yield Gaming Platform Axie extension ?

Yield Gaming Platform Axie extension est une extension Chrome développée par https://yieldgp.com, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yield Gaming Platform Axie extension

Téléchargez les fichiers d'extension Yield Gaming Platform Axie extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'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 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.                    

Informations de Base sur l'Extension

Nom Yield Gaming Platform Axie extension Yield Gaming Platform Axie extension
ID iobalabbgmegmdkjcajnnflmddccjgaa
URL Officiel https://chromewebstore.google.com/detail/yield-gaming-platform-axi/iobalabbgmegmdkjcajnnflmddccjgaa
Description 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…
Taille du Fichier 7.54 KB
Nombre d'Installations 343
Version Actuelle 0.0.3
Dernière Mise à Jour 2022-02-22
Date de Publication 2021-12-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://yieldgp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yieldgp.com/platform/
Langues Prises en Charge 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
        }
    ]
}