Freaky Foxy ranking

Highlight NFTs rarities and ranks on NFT marketplaces

O que é Freaky Foxy ranking?

Freaky Foxy ranking é uma extensão do Chrome desenvolvida por jhonito023, e sua principal característica é "Highlight NFTs rarities and ranks on NFT marketplaces".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Freaky Foxy ranking

Baixe arquivos de extensão Freaky Foxy ranking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Freaky Foxy ranking Freaky Foxy ranking
ID gcbokcpioijpdpcllceajcccgacpknae
URL Oficial https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae
Descrição Highlight NFTs rarities and ranks on NFT marketplaces
Tamanho do Arquivo 24.28 KB
Contagem de Instalações 13
Versão Atual 0.0.4
Última Atualização 2021-10-09
Data de Publicação 2021-10-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jhonito023
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}