aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Cos'è aJPG - Solana Rarity?
aJPG - Solana Rarity è un'estensione di Chrome sviluppata da https://ajpg.com, e la sua funzione principale è "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione aJPG - Solana Rarity
Scarica i file di estensione aJPG - Solana Rarity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
URL Ufficiale | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
Descrizione | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
Dimensione del File | 38.31 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2022-07-03 |
Data di Pubblicazione | 2022-03-06 |
Sviluppatore | https://ajpg.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rarity.ajpg.com/ |
URL della Pagina della Politica sulla Privacy | https://rarity.ajpg.com/privacy-policy.html |
Lingue Supportate | 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" } } |