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 |
公式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 |
Eメール | [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" } } |