Shonen Junk - Rarity Tool
A tool for viewing official rarity in 3rd party NFT markets.
Shonen Junk - Rarity Toolとは何ですか?
Shonen Junk - Rarity ToolはZombieBoyによって開発されたChromeの拡張機能で、その主な機能は「A tool for viewing official rarity in 3rd party NFT markets.」です。
拡張機能のスクリーンショット
Shonen Junk - Rarity Tool拡張機能のCRXファイルをダウンロード
Shonen Junk - Rarity Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.
拡張機能の基本情報
名前 | Shonen Junk - Rarity Tool |
ID | gmjljohhmciabchnmjjhnngoghjbcbjo |
公式URL | https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo |
説明 | A tool for viewing official rarity in 3rd party NFT markets. |
ファイルサイズ | 207 KB |
インストール数 | 60 |
現在のバージョン | 1.4 |
最終更新日 | 2022-11-28 |
公開日 | 2022-04-20 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | ZombieBoy |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://shonenjunk-meta.github.io |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shonen Junk - Rarity Tool", "description": "A tool for viewing official rarity in 3rd party NFT markets.", "version": "1.4", "manifest_version": 3, "author": "ZombieBoy", "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" }, "permissions": [ "activeTab", "scripting" ] } |