NFT Rarity Rankings
NFT Rarity Ranking extension
NFT Rarity Rankings क्या है?
NFT Rarity Rankings metarankings.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NFT Rarity Ranking extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFT Rarity Rankings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" } } |