TraitSniper

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

Hvad er TraitSniper?

TraitSniper er en Chrome-udvidelse udviklet af traitsniper, og dens hovedfunktion er "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TraitSniper-udvidelses-CRX-fil

Download TraitSniper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn TraitSniper TraitSniper
ID acaonckckmmakfgjfkgbfeepdhmajkeg
Officiel URL https://chromewebstore.google.com/detail/traitsniper/acaonckckmmakfgjfkgbfeepdhmajkeg
Beskrivelse Fastest rarity revealing for NFT collections, snipe with us at TraitSniper
Filstørrelse 3.27 MB
Antal Installationer 74,252
Nuværende Version 1.3.23
Senest Opdateret 2023-08-11
Udgivelsesdato 2021-11-16
Bedømmelse 4.39/5 Samlet 80 Bedømmelser
Udvikler traitsniper
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.traitsniper.com/
Hjælpeside-URL https://www.traitsniper.com/
Understøttede Sprog 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"
    ]
}