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 |
Eメール | [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\/*" ] } |