aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
aJPG - Solana Rarity क्या है?
aJPG - Solana Rarity https://ajpg.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में aJPG - Solana Rarity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |