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 là gì?
RankNFT.io - NFT ranks and rarity score là một tiện ích mở rộng Chrome được phát triển bởi https://ranknft.io, và tính năng chính của nó là "NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RankNFT.io - NFT ranks and rarity score
Tải xuống các tệp mở rộng RankNFT.io - NFT ranks and rarity score dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RankNFT.io - NFT ranks and rarity score |
ID | ndgbicpfghmemekeffmkomimpppafagk |
URL Chính Thức | https://chromewebstore.google.com/detail/ranknftio-nft-ranks-and-r/ndgbicpfghmemekeffmkomimpppafagk |
Mô tả | NFT rarity rankings for items published on Opensea & LooksRare marketplaces. Get data about new collections before everyone else. |
Kích Thước Tệp | 1.32 MB |
Số Lần Cài Đặt | 2,550 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2022-02-05 |
Ngày Phát Hành | 2021-10-12 |
Đánh Giá | 4.50/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | https://ranknft.io |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://ranknft.io |
URL Trang Trợ Giúp | https://ranknft.io/help |
URL Trang Chính Sách Bảo Mật | https://vaazo.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |