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…
O que é Yield Gaming Platform Axie extension?
Yield Gaming Platform Axie extension é uma extensão do Chrome desenvolvida por https://yieldgp.com, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Yield Gaming Platform Axie extension
Baixe arquivos de extensão Yield Gaming Platform Axie extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Yield Gaming Platform Axie extension |
ID | iobalabbgmegmdkjcajnnflmddccjgaa |
URL Oficial | https://chromewebstore.google.com/detail/yield-gaming-platform-axi/iobalabbgmegmdkjcajnnflmddccjgaa |
Descrição | 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… |
Tamanho do Arquivo | 7.54 KB |
Contagem de Instalações | 343 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-02-22 |
Data de Publicação | 2021-12-11 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://yieldgp.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://yieldgp.com/platform/ |
Idiomas Suportados | 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 } ] } |