Freaky Foxy ranking

Highlight NFTs rarities and ranks on NFT marketplaces

Was ist Freaky Foxy ranking?

Freaky Foxy ranking ist eine Chrome-Erweiterung, die von jhonito023 entwickelt wurde, und ihr Hauptmerkmal ist "Highlight NFTs rarities and ranks on NFT marketplaces".

Erweiterungsscreenshots

screenshot

Freaky Foxy ranking-Erweiterungs-CRX-Datei herunterladen

Laden Sie Freaky Foxy ranking-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Freaky Foxy ranking Freaky Foxy ranking
ID gcbokcpioijpdpcllceajcccgacpknae
Offizielle URL https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae
Beschreibung Highlight NFTs rarities and ranks on NFT marketplaces
Dateigröße 24.28 KB
Installationsanzahl 13
Aktuelle Version 0.0.4
Letztes Update 2021-10-09
Veröffentlichungsdatum 2021-10-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jhonito023
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}