Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
Co to jest Freaky Foxy ranking?
Freaky Foxy ranking to rozszerzenie Chrome opracowane przez jhonito023, a jego główną funkcją jest „Highlight NFTs rarities and ranks on NFT marketplaces”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Freaky Foxy ranking
Pobierz pliki rozszerzeń Freaky Foxy ranking w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
Oficjalny URL | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
Opis | Highlight NFTs rarities and ranks on NFT marketplaces |
Rozmiar pliku | 24.28 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2021-10-09 |
Data Publikacji | 2021-10-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | jhonito023 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |