TraitSniper

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

Wat is TraitSniper?

TraitSniper is een Chrome-extensie ontwikkeld door traitsniper, en de belangrijkste functie is "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TraitSniper

Download TraitSniper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam TraitSniper TraitSniper
ID acaonckckmmakfgjfkgbfeepdhmajkeg
Officiële URL https://chromewebstore.google.com/detail/traitsniper/acaonckckmmakfgjfkgbfeepdhmajkeg
Beschrijving Fastest rarity revealing for NFT collections, snipe with us at TraitSniper
Bestandsgrootte 3.27 MB
Aantal Installaties 74,252
Huidige Versie 1.3.23
Laatst Bijgewerkt 2023-08-11
Publicatiedatum 2021-11-16
Beoordeling 4.39/5 Totaal 80 Beoordelingen
Ontwikkelaar traitsniper
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.traitsniper.com/
Help Pagina-URL https://www.traitsniper.com/
Ondersteunde Talen 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"
    ]
}