Underground Society Labs - Core
Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price.
Underground Society Labs - Core란 무엇입니까?
Underground Society Labs - Core은(는) Underground Society Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price."입니다.
확장 프로그램 스크린샷
Underground Society Labs - Core 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Core: the tool to triple your NFT trading power on Solana. Buy and trade NFTs on your favourite marketplaces, for 33.3% of their floor price. Do more with Core: - Purchase supported collections for as little as 33.3% of the price. - Trade on your favourite marketplaces using Core. - Interact with your favourite NFTs from inside the Vault. - Share how you have been trading with Core history. How does the extension work: 1. The extension overlays buyable NFTs with a UGS icon. 2. On clicking the UGS icon, you will be able to determine your deposit (min. 33.3%, max. 99%) on the now opened buy screen. 3. The Buy button will trigger the wallet popup to sign the transaction. Core lowers the barrier that separates you from your favourite NFTs. Welcome to the Underground.
확장 프로그램 기본 정보
이름 | Underground Society Labs - Core |
ID | eglkomfoddglkghmggdihimonlaabogp |
공식 URL | https://chromewebstore.google.com/detail/underground-society-labs/eglkomfoddglkghmggdihimonlaabogp |
설명 | Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price. |
파일 크기 | 304 KB |
설치 횟수 | 297 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-06-16 |
출시 날짜 | 2022-10-20 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Underground Society Labs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://app.ugslabs.xyz |
도움말 페이지 URL | https://ugslabs.xyz/ |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/e3793432-e924-4a53-9ab0-6bbe1e92db71 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" } }, "version": "1.0.6", "author": "Underground Society Labs", "name": "Underground Society Labs - Core", "description": "Triple your NFT trading power on Solana. Purchase and trade NFTs for 33% of their floor price.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/*.magiceden.io\/*" ], "js": [ "handle-main-world-fetch.a802dec0.js" ], "css": [] } ], "host_permissions": [ "https:\/\/*\/*" ] } |