Freaky Foxy ranking
Highlight NFTs rarities and ranks on NFT marketplaces
Freaky Foxy rankingคืออะไร?
Freaky Foxy ranking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jhonito023 และคุณลักษณะหลักของมันคือ "Highlight NFTs rarities and ranks on NFT marketplaces"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freaky Foxy ranking
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |