aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Vad är aJPG - Solana Rarity?
aJPG - Solana Rarity är en Chrome-tillägg utvecklad av https://ajpg.com, och dess huvudfunktion är "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".
Tilläggsskärmbilder
Ladda ner aJPG - Solana Rarity-förlängningens CRX-fil
Ladda ner aJPG - Solana Rarity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
Officiell webbadress | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
Beskrivning | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
Filstorlek | 38.31 KB |
Antal Installationer | 25 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2022-07-03 |
Publiceringsdatum | 2022-03-06 |
Utvecklare | https://ajpg.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://rarity.ajpg.com/ |
URL till Sekretesspolicy Sidan | https://rarity.ajpg.com/privacy-policy.html |
Stödda Språk | 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" } } |