TraitSniper

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

TraitSniper란 무엇입니까?

TraitSniper은(는) traitsniper에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TraitSniper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}