Market Boy
Save time researching NFT attributes on DigitalEyes and MagicEden!
Market Boy란 무엇입니까?
Market Boy은(는) https://bigboys.nyc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time researching NFT attributes on DigitalEyes and MagicEden!"입니다.
확장 프로그램 스크린샷
Market Boy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can support ongoing development by donating SOL or NFTs to bigboysnyc.sol Quickly get NFT rarities and other attributes without leaving DigitalEyes, MagicEden, or Solanart. With a regularly growing list of supported collections, Market Boy aims to be the ultimate marketplace assistant. Know the value of your items, snipe great deals, and protect yourself from misleading sellers. We currently support: Gmoot Shapes Taiyo Robotics Inverse Bear Market 2D/3D SGF United Nifty Nanas Parrot Paradise The Dimez Red Panda Squad Mechs of Solana Crypto Idolz The SolCube NFTs While different collections have different numbers behind the scenes, general rarity rules remain the same. From rarest to most common, colors rank Orange, Purple, Blue, Green, and Grey. NFTs without listed ranks are either unranked, or the creators did not want to release rank data.
확장 프로그램 기본 정보
이름 | Market Boy |
ID | hojgdpdkilmbfncmlcacakhljdnhmobg |
공식 URL | https://chromewebstore.google.com/detail/market-boy/hojgdpdkilmbfncmlcacakhljdnhmobg |
설명 | Save time researching NFT attributes on DigitalEyes and MagicEden! |
파일 크기 | 658 KB |
설치 횟수 | 173 |
현재 버전 | 0.0.16 |
최근 업데이트 | 2021-11-24 |
출시 날짜 | 2021-10-05 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://bigboys.nyc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bigboys.nyc |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Market Boy", "version": "0.0.16", "description": "Save time researching NFT attributes on DigitalEyes and MagicEden!", "icons": { "16": "boy16.png", "48": "boy48.png", "120": "boy120.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Load Details", "default_icon": "boy48.png" }, "permissions": [ "activeTab", "scripting" ], "author": "Big Boys NYC", "web_accessible_resources": [ { "resources": [ "addDetails.js", "shapesData.json", "inverseBearData.json", "inverseBear3DData.json", "gmootData.json", "gmootUniqueItemData.json", "solCubesData.json", "cryptoIdolzData.json", "theDimezData.json", "mechArtData.json", "redPandaSquadData.json", "niftyNanasData.json", "parrotParadiseData.json", "taiyoRoboticsData.json" ], "matches": [ "*:\/\/*\/*" ], "extension_ids": [ "hojgdpdkilmbfncmlcacakhljdnhmobg", "olfkialpibdkjdlkiinmcaaljblnjgmc" ] } ] } |