aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Hvad er aJPG - Solana Rarity?
aJPG - Solana Rarity er en Chrome-udvidelse udviklet af https://ajpg.com, og dens hovedfunktion er "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".
Udvidelsesskærmbilleder
Download aJPG - Solana Rarity-udvidelses-CRX-fil
Download aJPG - Solana Rarity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
Officiel URL | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
Beskrivelse | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
Filstørrelse | 38.31 KB |
Antal Installationer | 25 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2022-07-03 |
Udgivelsesdato | 2022-03-06 |
Udvikler | https://ajpg.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://rarity.ajpg.com/ |
URL til Fortrolighedspolitik Side | https://rarity.ajpg.com/privacy-policy.html |
Understøttede Sprog | 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" } } |