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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } ] } |