NFT Rarity Rankings

NFT Rarity Ranking extension

NFT Rarity Rankingsとは何ですか?

NFT Rarity Rankingsはmetarankings.ioによって開発されたChromeの拡張機能で、その主な機能は「NFT Rarity Ranking extension」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

NFT Rarity Rankings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension allows you to see the rarity ranks of NFT collections directly on OpenSea and LooksRare without switching tabs.

Thanks to this extension by metarankings.io, you can easily find rare NFTs to snipe at a bargain. Rarity ranks are calculated accurately using the latest trait normalization formulas. New NFT collections are added regularly.

Note: All displayed data cannot be considered as financial or professional advice. Always do your own research.                    

拡張機能の基本情報

名前 NFT Rarity Rankings NFT Rarity Rankings
ID engegbgphkcjojbnhlnllfchpakednpe
公式URL https://chromewebstore.google.com/detail/nft-rarity-rankings/engegbgphkcjojbnhlnllfchpakednpe
説明 NFT Rarity Ranking extension
ファイルサイズ 468 KB
インストール数 1,661
現在のバージョン 2.3.7
最終更新日 2022-02-02
公開日 2021-11-16
評価 3.79/5 合計 14 レビュー
開発者 metarankings.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.metarankings.io
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFT Rarity Rankings",
    "version": "2.3.7",
    "description": "NFT Rarity Ranking extension",
    "content_scripts": [
        {
            "css": [
                "css\/styles.css",
                "css\/traitNormToggle.css",
                "css\/ranks.css"
            ],
            "js": [
                "libraries\/jquery-3.6.0.min.js",
                "js\/main.js",
                "js\/content.js",
                "js\/ranks.js",
                "js\/utils.js"
            ],
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/looksrare.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/banner_last.png",
                "images\/banner.png",
                "images\/twitter.png"
            ],
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/looksrare.org\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}