Freaky Foxy ranking

Highlight NFTs rarities and ranks on NFT marketplaces

Wat is Freaky Foxy ranking?

Freaky Foxy ranking is een Chrome-extensie ontwikkeld door jhonito023, en de belangrijkste functie is "Highlight NFTs rarities and ranks on NFT marketplaces".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Freaky Foxy ranking

Download Freaky Foxy ranking-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Freaky Foxy ranking Freaky Foxy ranking
ID gcbokcpioijpdpcllceajcccgacpknae
Officiële URL https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae
Beschrijving Highlight NFTs rarities and ranks on NFT marketplaces
Bestandsgrootte 24.28 KB
Aantal Installaties 13
Huidige Versie 0.0.4
Laatst Bijgewerkt 2021-10-09
Publicatiedatum 2021-10-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jhonito023
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}