Freaky Foxy ranking

Highlight NFTs rarities and ranks on NFT marketplaces

Cos'è Freaky Foxy ranking?

Freaky Foxy ranking è un'estensione di Chrome sviluppata da jhonito023, e la sua funzione principale è "Highlight NFTs rarities and ranks on NFT marketplaces".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Freaky Foxy ranking

Scarica i file di estensione Freaky Foxy ranking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Freaky Foxy ranking Freaky Foxy ranking
ID gcbokcpioijpdpcllceajcccgacpknae
URL Ufficiale https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae
Descrizione Highlight NFTs rarities and ranks on NFT marketplaces
Dimensione del File 24.28 KB
Conteggio Installazioni 13
Versione Corrente 0.0.4
Ultimo Aggiornamento 2021-10-09
Data di Pubblicazione 2021-10-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jhonito023
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}