Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
Vad är Freaky Foxy ranking?
Freaky Foxy ranking är en Chrome-tillägg utvecklad av jhonito023, och dess huvudfunktion är "Highlight NFTs rarities and ranks on NFT marketplaces".
Tilläggsskärmbilder
Ladda ner Freaky Foxy ranking-förlängningens CRX-fil
Ladda ner Freaky Foxy ranking-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
Officiell webbadress | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
Beskrivning | Highlight NFTs rarities and ranks on NFT marketplaces |
Filstorlek | 24.28 KB |
Antal Installationer | 13 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2021-10-09 |
Publiceringsdatum | 2021-10-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | jhonito023 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |