Shonen Junk - Rarity Tool
A tool for viewing official rarity in 3rd party NFT markets.
Cos'è Shonen Junk - Rarity Tool?
Shonen Junk - Rarity Tool è un'estensione di Chrome sviluppata da ZombieBoy, e la sua funzione principale è "A tool for viewing official rarity in 3rd party NFT markets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shonen Junk - Rarity Tool
Scarica i file di estensione Shonen Junk - Rarity Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.
Informazioni di Base sull'Estensione
Nome | Shonen Junk - Rarity Tool |
ID | gmjljohhmciabchnmjjhnngoghjbcbjo |
URL Ufficiale | https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo |
Descrizione | A tool for viewing official rarity in 3rd party NFT markets. |
Dimensione del File | 207 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-11-28 |
Data di Pubblicazione | 2022-04-20 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | ZombieBoy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://shonenjunk-meta.github.io |
Lingue Supportate | 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" ] } |