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是由https://yieldgp.com開發的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…”。
擴展截圖
下載Yield Gaming Platform Axie extension擴展crx文件
下載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 |
ID | iobalabbgmegmdkjcajnnflmddccjgaa |
官方網址 | 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 } ] } |