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…

What is Yield Gaming Platform Axie extension?

Yield Gaming Platform Axie extension is a Chrome extension developed by https://yieldgp.com, and its main feature is "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…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Yield Gaming Platform Axie extension Extension CRX File

Download Yield Gaming Platform Axie extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Yield Gaming Platform Axie extension Yield Gaming Platform Axie extension
ID iobalabbgmegmdkjcajnnflmddccjgaa
Official URL 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…
File Size 7.54 KB
Installation Count 343
Current Version 0.0.3
Last Updated 2022-02-22
Publish Date 2021-12-11
Rating 5.00/5 Total 2 Ratings
Developer https://yieldgp.com
Email [email protected]
Payment Type free
Extension Website https://yieldgp.com/platform/
Supported Languages 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
        }
    ]
}