TraitSniper

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

TraitSniperคืออะไร?

TraitSniper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย traitsniper และคุณลักษณะหลักของมันคือ "Fastest rarity revealing for NFT collections, snipe with us at TraitSniper"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TraitSniper

ดาวน์โหลดไฟล์ส่วนขยาย TraitSniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}