Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
Co je Freaky Foxy ranking?
Freaky Foxy ranking je rozšíření Chrome vyvinuté jhonito023, a jeho hlavní funkcí je „Highlight NFTs rarities and ranks on NFT marketplaces“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Freaky Foxy ranking
Stáhněte si soubory rozšíření Freaky Foxy ranking ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
Oficiální URL | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
Popis | Highlight NFTs rarities and ranks on NFT marketplaces |
Velikost souboru | 24.28 KB |
Počet instalací | 13 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2021-10-09 |
Datum Vydání | 2021-10-07 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | jhonito023 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |