Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
Qu'est-ce que Freaky Foxy ranking ?
Freaky Foxy ranking est une extension Chrome développée par jhonito023, et sa fonction principale est "Highlight NFTs rarities and ranks on NFT marketplaces".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Freaky Foxy ranking
Téléchargez les fichiers d'extension Freaky Foxy ranking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
URL Officiel | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
Description | Highlight NFTs rarities and ranks on NFT marketplaces |
Taille du Fichier | 24.28 KB |
Nombre d'Installations | 13 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2021-10-09 |
Date de Publication | 2021-10-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jhonito023 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |