NFT Rarity Rankings
NFT Rarity Ranking extension
What is NFT Rarity Rankings?
NFT Rarity Rankings is a Chrome extension developed by metarankings.io, and its main feature is "NFT Rarity Ranking extension".
Extension Screenshots
Download NFT Rarity Rankings Extension CRX File
Download NFT Rarity Rankings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NFT Rarity Rankings |
ID | engegbgphkcjojbnhlnllfchpakednpe |
Official URL | https://chromewebstore.google.com/detail/nft-rarity-rankings/engegbgphkcjojbnhlnllfchpakednpe |
Description | NFT Rarity Ranking extension |
File Size | 468 KB |
Installation Count | 1,661 |
Current Version | 2.3.7 |
Last Updated | 2022-02-02 |
Publish Date | 2021-11-16 |
Rating | 3.79/5 Total 14 Ratings |
Developer | metarankings.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.metarankings.io |
Supported Languages | 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" } } |