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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「NFT Unmasked allows you to snipe undervalued NFTs by checking rarity, volume, price action, and more while you browse OpenSea.」です。

拡張機能のスクリーンショット

screenshot
screenshot

NFT Unmasked拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}