aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
Что такое aJPG - Solana Rarity?
aJPG - Solana Rarity - это расширение Chrome, разработанное https://ajpg.com, и его основная функция - "aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io".
Снимки экрана расширения
Скачать файл CRX расширения aJPG - Solana Rarity
Скачайте файлы расширений aJPG - Solana Rarity в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | aJPG - Solana Rarity |
ID | ecffebodldehdddapccobnoinlomgflo |
Официальный URL | https://chromewebstore.google.com/detail/ajpg-solana-rarity/ecffebodldehdddapccobnoinlomgflo |
Описание | aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io |
Размер файла | 38.31 KB |
Количество установок | 25 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2022-07-03 |
Дата публикации | 2022-03-06 |
Разработчик | https://ajpg.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://rarity.ajpg.com/ |
URL страницы политики конфиденциальности | https://rarity.ajpg.com/privacy-policy.html |
Поддерживаемые языки | 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" } } |