Shonen Junk - Rarity Tool

A tool for viewing official rarity in 3rd party NFT markets.

Qu'est-ce que Shonen Junk - Rarity Tool ?

Shonen Junk - Rarity Tool est une extension Chrome développée par ZombieBoy, et sa fonction principale est "A tool for viewing official rarity in 3rd party NFT markets.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shonen Junk - Rarity Tool

Téléchargez les fichiers d'extension Shonen Junk - Rarity Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This tool will allow users to view official Shonen Junk Rarity Ranking in OpenSea, LooksRare, Rarible, and Gem.                    

Informations de Base sur l'Extension

Nom Shonen Junk - Rarity Tool Shonen Junk - Rarity Tool
ID gmjljohhmciabchnmjjhnngoghjbcbjo
URL Officiel https://chromewebstore.google.com/detail/shonen-junk-rarity-tool/gmjljohhmciabchnmjjhnngoghjbcbjo
Description A tool for viewing official rarity in 3rd party NFT markets.
Taille du Fichier 207 KB
Nombre d'Installations 60
Version Actuelle 1.4
Dernière Mise à Jour 2022-11-28
Date de Publication 2022-04-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur ZombieBoy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shonenjunk-meta.github.io
Langues Prises en Charge 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"
    ]
}