Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
What is Freaky Foxy ranking?
Freaky Foxy ranking is a Chrome extension developed by jhonito023, and its main feature is "Highlight NFTs rarities and ranks on NFT marketplaces".
Extension Screenshots
Download Freaky Foxy ranking Extension CRX File
Download Freaky Foxy ranking 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 snipers best weapon, see the rarity of an NFT on DigitalEyes without having to search anywhere. Highlighted ranks with different colors to differentiate the NFT rank position. More features to be released soon! NFT collections supported at the moment: Freaky Foxy Family If you like the project, any support is welcome! Solana address: AyeysCf4pYaijqi3WGcwSBvGsxa28FZFepNVaqtAty2i
Extension Basic Information
Name | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
Official URL | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
Description | Highlight NFTs rarities and ranks on NFT marketplaces |
File Size | 24.28 KB |
Installation Count | 13 |
Current Version | 0.0.4 |
Last Updated | 2021-10-09 |
Publish Date | 2021-10-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jhonito023 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freaky Foxy ranking", "description": "Highlight NFTs rarities and ranks on NFT marketplaces", "version": "0.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "Rankify", "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png", "48": "icon.png" } }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/digitaleyes.market\/*", "https:\/\/magiceden.io\/*" ] } |