Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
¿Qué es Freaky Foxy ranking?
Freaky Foxy ranking es una extensión de Chrome desarrollada por jhonito023, y su función principal es "Highlight NFTs rarities and ranks on NFT marketplaces".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Freaky Foxy ranking
Descarga archivos de extensión Freaky Foxy ranking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
URL Oficial | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
Descripción | Highlight NFTs rarities and ranks on NFT marketplaces |
Tamaño del Archivo | 24.28 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 0.0.4 |
Última Actualización | 2021-10-09 |
Fecha de Publicación | 2021-10-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | jhonito023 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |