Market Boy

Save time researching NFT attributes on DigitalEyes and MagicEden!

Market Boy क्या है?

Market Boy https://bigboys.nyc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time researching NFT attributes on DigitalEyes and MagicEden!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Market Boy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}