Market Boy
Save time researching NFT attributes on DigitalEyes and MagicEden!
Market Boy là gì?
Market Boy là một tiện ích mở rộng Chrome được phát triển bởi https://bigboys.nyc, và tính năng chính của nó là "Save time researching NFT attributes on DigitalEyes and MagicEden!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Market Boy
Tải xuống các tệp mở rộng Market Boy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Market Boy |
ID | hojgdpdkilmbfncmlcacakhljdnhmobg |
URL Chính Thức | https://chromewebstore.google.com/detail/market-boy/hojgdpdkilmbfncmlcacakhljdnhmobg |
Mô tả | Save time researching NFT attributes on DigitalEyes and MagicEden! |
Kích Thước Tệp | 658 KB |
Số Lần Cài Đặt | 173 |
Phiên Bản Hiện Tại | 0.0.16 |
Cập Nhật Lần Cuối | 2021-11-24 |
Ngày Phát Hành | 2021-10-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://bigboys.nyc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bigboys.nyc |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |