TraitSniper

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

TraitSniper là gì?

TraitSniper là một tiện ích mở rộng Chrome được phát triển bởi traitsniper, và tính năng chính của nó là "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TraitSniper

Tải xuống các tệp mở rộng TraitSniper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TraitSniper TraitSniper
ID acaonckckmmakfgjfkgbfeepdhmajkeg
URL Chính Thức https://chromewebstore.google.com/detail/traitsniper/acaonckckmmakfgjfkgbfeepdhmajkeg
Mô tả Fastest rarity revealing for NFT collections, snipe with us at TraitSniper
Kích Thước Tệp 3.27 MB
Số Lần Cài Đặt 74,252
Phiên Bản Hiện Tại 1.3.23
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2021-11-16
Đánh Giá 4.39/5 Tổng số 80 Đánh Giá
Nhà Phát Triển traitsniper
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.traitsniper.com/
URL Trang Trợ Giúp https://www.traitsniper.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}