aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
O que é aJPG - Solana Rarity?
aJPG - Solana Rarity é uma extensão do Chrome desenvolvida por https://ajpg.com, e sua principal característica é "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão aJPG - Solana Rarity
Baixe arquivos de extensão aJPG - Solana Rarity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
URL Oficial | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
Descrição | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
Tamanho do Arquivo | 38.31 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.2.1 |
Última Atualização | 2022-07-03 |
Data de Publicação | 2022-03-06 |
Desenvolvedor | https://ajpg.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://rarity.ajpg.com/ |
URL da Página de Política de Privacidade | https://rarity.ajpg.com/privacy-policy.html |
Idiomas Suportados | 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" } } |