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…
Cos'è Yield Gaming Platform Axie extension?
Yield Gaming Platform Axie extension è un'estensione di Chrome sviluppata da https://yieldgp.com, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Yield Gaming Platform Axie extension
Scarica i file di estensione Yield Gaming Platform Axie extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Yield Gaming Platform Axie extension |
ID | iobalabbgmegmdkjcajnnflmddccjgaa |
URL Ufficiale | https://chromewebstore.google.com/detail/yield-gaming-platform-axi/iobalabbgmegmdkjcajnnflmddccjgaa |
Descrizione | 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… |
Dimensione del File | 7.54 KB |
Conteggio Installazioni | 343 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2022-02-22 |
Data di Pubblicazione | 2021-12-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://yieldgp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://yieldgp.com/platform/ |
Lingue Supportate | 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 } ] } |