Freaky Foxy ranking

Highlight NFTs rarities and ranks on NFT marketplaces

Apa itu Freaky Foxy ranking?

Freaky Foxy ranking adalah ekstensi Chrome yang dikembangkan oleh jhonito023, dan fitur utamanya adalah "Highlight NFTs rarities and ranks on NFT marketplaces".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Freaky Foxy ranking

Unduh file ekstensi Freaky Foxy ranking dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Freaky Foxy ranking Freaky Foxy ranking
ID gcbokcpioijpdpcllceajcccgacpknae
URL Resmi https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae
Deskripsi Highlight NFTs rarities and ranks on NFT marketplaces
Ukuran File 24.28 KB
Jumlah Instalasi 13
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2021-10-09
Tanggal Publikasi 2021-10-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jhonito023
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}