Shonen Junk - Rarity Tool
A tool for viewing official rarity in 3rd party NFT markets.
Hvad er Shonen Junk - Rarity Tool?
Shonen Junk - Rarity Tool er en Chrome-udvidelse udviklet af ZombieBoy, og dens hovedfunktion er "A tool for viewing official rarity in 3rd party NFT markets.".
Udvidelsesskærmbilleder
Download Shonen Junk - Rarity Tool-udvidelses-CRX-fil
Download Shonen Junk - Rarity Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gmjljohhmciabchnmjjhnngoghjbcbjo |
| Officiel URL | https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo |
| Beskrivelse | A tool for viewing official rarity in 3rd party NFT markets. |
| Filstørrelse | 207 KB |
| Antal Installationer | 60 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2022-11-28 |
| Udgivelsesdato | 2022-04-20 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | ZombieBoy |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://shonenjunk-meta.github.io |
| Understøttede Sprog | 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"
]
} | |