Shonen Junk - Rarity Tool
A tool for viewing official rarity in 3rd party NFT markets.
Wat is Shonen Junk - Rarity Tool?
Shonen Junk - Rarity Tool is een Chrome-extensie ontwikkeld door ZombieBoy, en de belangrijkste functie is "A tool for viewing official rarity in 3rd party NFT markets.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shonen Junk - Rarity Tool
Download Shonen Junk - Rarity Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.
Basisinformatie over de Extensie
Naam | Shonen Junk - Rarity Tool |
ID | gmjljohhmciabchnmjjhnngoghjbcbjo |
Officiële URL | https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo |
Beschrijving | A tool for viewing official rarity in 3rd party NFT markets. |
Bestandsgrootte | 207 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2022-11-28 |
Publicatiedatum | 2022-04-20 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ZombieBoy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://shonenjunk-meta.github.io |
Ondersteunde Talen | 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" ] } |