NFT Unmasked

NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.

NFT Unmaskedคืออะไร?

NFT Unmasked เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea."

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

screenshot
screenshot

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

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

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

                        NFT Unmasked helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. Additionally, we provide you tools to become a more effective NFT trader. 

Rarity rankings showed right on top of the item on OpenSea;
Color coding of the results - wanna see the Hot results (highest ranks) - look for the gold ones. 
Request collections that are not yet indexed and have no rarity score yet, and they will be available soon!

Check out https://www.nftunmasked.io for more tools such as a bidding bot, mint bot, or deal sniper!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NFT Unmasked NFT Unmasked
ID lejnfkncaeobbbiaklhdcliffcdkocla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nft-unmasked/lejnfkncaeobbbiaklhdcliffcdkocla
คำอธิบาย NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-05-13
วันที่เผยแพร่ 2022-05-13
คะแนน 5.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nftunmasked.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFT Unmasked",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.",
    "homepage_url": "http:\/\/www.nftunmasked.io",
    "icons": {
        "192": "icons\/logo192.png",
        "512": "icons\/logo512.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "permissions": [
        "https:\/\/opensea.io\/*",
        "https:\/\/www.opensea.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/www.opensea.io\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/css\/loader.css",
                "src\/css\/styles.css"
            ]
        }
    ]
}