RankNFT.io - NFT ranks and rarity score
NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.
RankNFT.io - NFT ranks and rarity score क्या है?
RankNFT.io - NFT ranks and rarity score https://ranknft.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RankNFT.io - NFT ranks and rarity score एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RankNFT.io is helping investors to make the right decisions by providing timely and quality data about NFTs. And now you can get to the right data even faster. See rarity rankings right on the collection page or item profile. No need to switch to another tab, no need to search for ranking on other web pages. Just use the RankNFT.io extension! Rarity rankings showed right on top of the item on OpenSea & LooksRare; Color coding of the results - wanna see the Hot results (highest ranks) - look for the red ones. Cold results - blue. Request collections that are not yet indexed and have no rarity score yet, and they will be available soon! Visit our web page where full ranks are available. You can also request a collection there. Join our Discord server, where you can get help from our community members and admins: https://discord.gg/CUwjp2gbTf Follow us on Twitter to get the latest updates about collections indexed: https://twitter.com/RankNFTio NB! Nothing on the Site or Extension constitutes professional and/or financial advice.
एक्सटेंशन की मूल जानकारी
नाम | RankNFT.io - NFT ranks and rarity score |
ID | ndgbicpfghmemekeffmkomimpppafagk |
आधिकारिक URL | https://chromewebstore.google.com/detail/ranknftio-nft-ranks-and-r/ndgbicpfghmemekeffmkomimpppafagk |
विवरण | NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else. |
फ़ाइल का आकार | 1.32 MB |
स्थापना संख्या | 2,550 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2022-02-05 |
प्रकाशन तिथि | 2021-10-12 |
रेटिंग | 4.50/5 कुल 40 रेटिंग्स |
डेवलपर | https://ranknft.io |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://ranknft.io |
सहायता पृष्ठ URL | https://ranknft.io/help |
गोपनीयता नीति पृष्ठ URL | https://vaazo.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RankNFT.io - NFT ranks and rarity score", "description": "NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "js\/bg-min.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.opensea.io\/*", "https:\/\/*.looksrare.org\/*" ], "css": [ "css\/cs.css" ], "js": [ "js\/cs-min.js" ] } ], "browser_action": { "default_icon": "icon_48.png", "default_popup": "html\/popup.html", "default_title": "RankNFT.io" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/opensea.io\/*", "https:\/\/opensea.io\/*", "http:\/\/looksrare.org\/*", "https:\/\/looksrare.org\/*" ], "version": "1.0.4" } |