Gamelabs Extension for Crypto Unicorns
An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the…
Gamelabs Extension for Crypto Unicorns란 무엇입니까?
Gamelabs Extension for Crypto Unicorns은(는) Gamelabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the…"입니다.
확장 프로그램 스크린샷
Gamelabs Extension for Crypto Unicorns 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the perfect unicorn or land. Mouse over any asset in the Opensea list and get its details within few secs! Our plugin provides users with all the details of Crypto Unicorns NFT assets while browsing game's collections on the Opensea. The add-on show different metadata including traits, stats, breeding points, genes and status (locked/unlocked).
확장 프로그램 기본 정보
이름 | Gamelabs Extension for Crypto Unicorns |
ID | eoanajibkfalbcnonkkapdophnfaedbi |
공식 URL | https://chromewebstore.google.com/detail/gamelabs-extension-for-cr/eoanajibkfalbcnonkkapdophnfaedbi |
설명 | An extension that helps playing Crypto Unicorns blockchain game No more need to dive into lots of pages in the search of the… |
파일 크기 | 1014 KB |
설치 횟수 | 62 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2022-06-16 |
출시 날짜 | 2022-05-26 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Gamelabs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gamelabs.ai/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gamelabs Extension for Crypto Unicorns", "version": "0.2.0", "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*" ], "js": [ "third-party\/jquery-3.6.0.min.js", "src\/utils.js", "src\/index.js" ], "css": [ "styles\/style.css" ] } ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "src\/background.js" }, "web_accessible_resources": [ { "resources": [ "media\/Accuracy.png", "media\/Attack.png", "media\/AttackSpeed.png", "media\/Defense.png", "media\/Endurance.png", "media\/Intelligence.png", "media\/Magic.png", "media\/Power.png", "media\/MoveSpeed.png", "media\/Resistance.png", "media\/Speed.png", "media\/Vitality.png", "media\/Crystal.png", "media\/Rainbow.png", "media\/Cloud.png", "media\/Flower.png", "media\/Star.png", "media\/Heart.png", "media\/Candy.png", "media\/Moon.png", "media\/Omnom.png", "media\/Crystal.png", "media\/Crystal.png", "media\/Locked.svg", "media\/Unlocked.svg" ], "matches": [ "https:\/\/opensea.io\/*" ] } ], "permissions": [ "management" ] } |