NFT Rank
List NFT Rank
What is NFT Rank?
NFT Rank is a Chrome extension developed by Unknown, and its main feature is "List NFT Rank".
Extension Screenshots
Download NFT Rank Extension CRX File
Download NFT Rank 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
A tool that can see the current NFT ranking in real time. When you browse https://opensea.io, the ranking data comes from https://rarity.tools/. join the discord: https://discord.com/invite/VHd2SRpx for support.
Extension Basic Information
Name | NFT Rank |
ID | feobohmmpphfgpcjdcikdmmbcglicgif |
Official URL | https://chromewebstore.google.com/detail/nft-rank/feobohmmpphfgpcjdcikdmmbcglicgif |
Description | List NFT Rank |
File Size | 52.74 KB |
Installation Count | 40 |
Current Version | 1.2.4 |
Last Updated | 2022-03-18 |
Publish Date | 2021-12-17 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Extension Website | https://www.waytoweb3.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFT Rank", "description": "List NFT Rank", "version": "1.2.4", "author": "icoinguide", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/www.waytoweb3.com\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "fix.css" ] } ], "externally_connectable": { "matches": [ "https:\/\/opensea.io\/*" ] }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |