aJPG - Solana Rarity
aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io
什麼是aJPG - Solana Rarity?
aJPG - Solana Rarity是由https://ajpg.com開發的Chrome擴展程式,該擴展的主要功能是“aJPG Chrome Extension, allows you to see a collections rarity while browsing magiceden.io”。
擴展截圖
下載aJPG - Solana Rarity擴展crx文件
下載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 |
官方網址 | 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" } } |