Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
什么是Freaky Foxy ranking?
Freaky Foxy ranking是由jhonito023开发的Chrome扩展程序,该扩展的主要功能是“Highlight NFTs rarities and ranks on NFT marketplaces”。
扩展截图
下载Freaky Foxy ranking扩展crx文件
下载Freaky Foxy ranking扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Freaky Foxy ranking |
ID | gcbokcpioijpdpcllceajcccgacpknae |
官方URL | https://chromewebstore.google.com/detail/freaky-foxy-ranking/gcbokcpioijpdpcllceajcccgacpknae |
简介 | Highlight NFTs rarities and ranks on NFT marketplaces |
文件大小 | 24.28 KB |
安装次数 | 13 |
当前版本 | 0.0.4 |
更新时间 | 2021-10-09 |
上架时间 | 2021-10-07 |
评分 | 5.00/5 共1次评分 |
开发者 | jhonito023 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |