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 |
电子邮箱 | [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" ] } |