Shonen Junk - Rarity Tool
A tool for viewing official rarity in 3rd party NFT markets.
What is Shonen Junk - Rarity Tool?
Shonen Junk - Rarity Tool is a Chrome extension developed by ZombieBoy, and its main feature is "A tool for viewing official rarity in 3rd party NFT markets.".
Extension Screenshots
Download Shonen Junk - Rarity Tool Extension CRX File
Download Shonen Junk - Rarity Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.
Extension Basic Information
Name | Shonen Junk - Rarity Tool |
ID | gmjljohhmciabchnmjjhnngoghjbcbjo |
Official URL | https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo |
Description | A tool for viewing official rarity in 3rd party NFT markets. |
File Size | 207 KB |
Installation Count | 60 |
Current Version | 1.4 |
Last Updated | 2022-11-28 |
Publish Date | 2022-04-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ZombieBoy |
[email protected] | |
Payment Type | free |
Extension Website | https://shonenjunk-meta.github.io |
Supported Languages | 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" ] } |