NFT Rarity Rankings
NFT Rarity Ranking extension
NFT Rarity Rankingsคืออะไร?
NFT Rarity Rankings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย metarankings.io และคุณลักษณะหลักของมันคือ "NFT Rarity Ranking extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFT Rarity Rankings
ดาวน์โหลดไฟล์ส่วนขยาย NFT Rarity Rankings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension allows you to see the rarity ranks of NFT collections directly on OpenSea and LooksRare without switching tabs. Thanks to this extension by metarankings.io, you can easily find rare NFTs to snipe at a bargain. Rarity ranks are calculated accurately using the latest trait normalization formulas. New NFT collections are added regularly. Note: All displayed data cannot be considered as financial or professional advice. Always do your own research.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NFT Rarity Rankings |
ID | engegbgphkcjojbnhlnllfchpakednpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nft-rarity-rankings/engegbgphkcjojbnhlnllfchpakednpe |
คำอธิบาย | NFT Rarity Ranking extension |
ขนาดไฟล์ | 468 KB |
จำนวนการติดตั้ง | 1,661 |
เวอร์ชันปัจจุบัน | 2.3.7 |
อัปเดตครั้งล่าสุด | 2022-02-02 |
วันที่เผยแพร่ | 2021-11-16 |
คะแนน | 3.79/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | metarankings.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.metarankings.io |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFT Rarity Rankings", "version": "2.3.7", "description": "NFT Rarity Ranking extension", "content_scripts": [ { "css": [ "css\/styles.css", "css\/traitNormToggle.css", "css\/ranks.css" ], "js": [ "libraries\/jquery-3.6.0.min.js", "js\/main.js", "js\/content.js", "js\/ranks.js", "js\/utils.js" ], "matches": [ "https:\/\/opensea.io\/*", "https:\/\/looksrare.org\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "images\/banner_last.png", "images\/banner.png", "images\/twitter.png" ], "matches": [ "https:\/\/opensea.io\/*", "https:\/\/looksrare.org\/*" ] } ], "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } } |