aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Apa itu aJPG - Solana Rarity?
aJPG - Solana Rarity adalah ekstensi Chrome yang dikembangkan oleh https://ajpg.com, dan fitur utamanya adalah "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi aJPG - Solana Rarity
Unduh file ekstensi aJPG - Solana Rarity dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
URL Resmi | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
Deskripsi | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
Ukuran File | 38.31 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2022-07-03 |
Tanggal Publikasi | 2022-03-06 |
Pengembang | https://ajpg.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://rarity.ajpg.com/ |
URL Halaman Kebijakan Privasi | https://rarity.ajpg.com/privacy-policy.html |
Bahasa yang Didukung | 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" } } |