TraitSniper

Fastest rarity revealing for NFT collections, snipe with us at TraitSniper

TraitSniper क्या है?

TraitSniper traitsniper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में TraitSniper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A free upgrade to your Opensea experience with Trait Sniper data.

Trusted by more than 100k+ users. Your safety is our utmost priority.

- Easily keep track of all collections floor prices.
- Access to ranking of all collections.
- Easy snipe rare listing right at activity page.
- Quick buy with customizable gas to make sure you are the first.
- Quickly calculate your OpenSea portfolio.
- Quickly sharing profit from flipping.

And many more features to come!                    

एक्सटेंशन की मूल जानकारी

नाम TraitSniper TraitSniper
ID acaonckckmmakfgjfkgbfeepdhmajkeg
आधिकारिक URL https://chromewebstore.google.com/detail/traitsniper/acaonckckmmakfgjfkgbfeepdhmajkeg
विवरण Fastest rarity revealing for NFT collections, snipe with us at TraitSniper
फ़ाइल का आकार 3.27 MB
स्थापना संख्या 74,252
वर्तमान संस्करण 1.3.23
अंतिम अपडेट 2023-08-11
प्रकाशन तिथि 2021-11-16
रेटिंग 4.39/5 कुल 80 रेटिंग्स
डेवलपर traitsniper
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.traitsniper.com/
सहायता पृष्ठ URL https://www.traitsniper.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TraitSniper",
    "description": "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper",
    "version": "1.3.23",
    "manifest_version": 3,
    "action": {
        "icons": {
            "128": "icon.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "static\/js\/background\/index.js"
    },
    "host_permissions": [
        "https:\/\/*.opensea.io\/*",
        "https:\/\/*.looksrare.org\/*",
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.mempool.space\/api\/*",
        "https:\/\/www.traitsnipergame.com\/api\/*",
        "https:\/\/*\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.twitter.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/*",
                "static\/js\/pageContextInject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "optional_permissions": [],
    "permissions": [
        "webRequest",
        "storage",
        "scripting",
        "tabs"
    ]
}