aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
aJPG - Solana Rarityคืออะไร?
aJPG - Solana Rarity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ajpg.com และคุณลักษณะหลักของมันคือ "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย aJPG - Solana Rarity
ดาวน์โหลดไฟล์ส่วนขยาย aJPG - Solana Rarity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever jumped between magiceden and rarity in order to see the rarity of an NFT? Rejoice! With this extension installed you won't have to do that. We're constantly updating our api to match the data and you can stay on magiceden while knowing the rarity of each item in the collection.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
คำอธิบาย | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
ขนาดไฟล์ | 38.31 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-07-03 |
วันที่เผยแพร่ | 2022-03-06 |
ผู้พัฒนา | https://ajpg.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://rarity.ajpg.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://rarity.ajpg.com/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "aJPG - Solana Rarity", "description": "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io", "version": "1.2.1", "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png" }, "action": { "default_icon": { "32": "images\/favicon-32x32.png" }, "default_title": "aJPG - Solana Rarity" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/magiceden.io\/*" ], "js": [ "contentScript.js" ], "css": [ "css\/rank.css" ] } ], "background": { "service_worker": "background.js" } } |