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