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 |
官方網址 | 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\/*" ] } |