OP-EXT
Yugaverse insights directly in the marketplace.
OP-EXT란 무엇입니까?
OP-EXT은(는) https://other.page에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yugaverse insights directly in the marketplace."입니다.
확장 프로그램 스크린샷
OP-EXT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OP-EXT enables NFT insights by embedding game asset data natively within the X2Y2 and OpenSea collection and asset page views. Currently Supports: - Otherdeed Expanded: LOTM shattered and harvesting data - Vessel: Legends of the Mara nesting time remaining - HV-MTL NFT collection including: Forge preview, tile layout, tile count, avg. tile level, portal level, Forge capacity, & seasonal Amps earned. - 10KTF G Tag collection including: Popcorn PFP preview, Popcorn counts --- Powered by Other Page in collaboration with OTHERspace FM. Extension is secure, safe, and does NOT require any wallet interactions. Feature enhancements, additional game data integrations, and future collection support is currently in development. Follow @OtherPageHQ on Twitter for product updates, and follow/join @OTHERspaceFM on Twitter and Discord for early access and additional resources. https://www.other.page https://otherspace.fm
확장 프로그램 기본 정보
이름 | OP-EXT |
ID | ddfkollnloejjfgbmjhfkedcjedngoib |
공식 URL | https://chromewebstore.google.com/detail/op-ext/ddfkollnloejjfgbmjhfkedcjedngoib |
설명 | Yugaverse insights directly in the marketplace. |
파일 크기 | 120 KB |
설치 횟수 | 54 |
현재 버전 | 0.0.10 |
최근 업데이트 | 2023-10-11 |
출시 날짜 | 2023-08-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://other.page |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.cr3labs.com/legal |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OP-EXT", "version": "0.0.10", "description": "Yugaverse insights directly in the marketplace.", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/x2y2.io\/*" ], "js": [ "src\/pages\/content\/index.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [] } ] } |