TraitSniper

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

Co je TraitSniper?

TraitSniper je rozšíření Chrome vyvinuté traitsniper, a jeho hlavní funkcí je „Fastest rarity revealing for NFT collections, snipe with us at TraitSniper“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TraitSniper

Stáhněte si soubory rozšíření TraitSniper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název TraitSniper TraitSniper
ID acaonckckmmakfgjfkgbfeepdhmajkeg
Oficiální URL https://chromewebstore.google.com/detail/traitsniper/acaonckckmmakfgjfkgbfeepdhmajkeg
Popis Fastest rarity revealing for NFT collections, snipe with us at TraitSniper
Velikost souboru 3.27 MB
Počet instalací 74,252
Aktuální Verze 1.3.23
Poslední Aktualizace 2023-08-11
Datum Vydání 2021-11-16
Hodnocení 4.39/5 Celkem 80 Hodnocení
Vývojář traitsniper
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.traitsniper.com/
URL Stránky Nápovědy https://www.traitsniper.com/
Podporované Jazyky 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"
    ]
}