KongTracker

Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.

Was ist KongTracker?

KongTracker ist eine Chrome-Erweiterung, die von KongTracker entwickelt wurde, und ihr Hauptmerkmal ist "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.".

Erweiterungsscreenshots

screenshot
screenshot

KongTracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie KongTracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Displays Overall Boost and Rarity of all Rumble Kong's on Open Sea

WHAT: KongTracker adds the Rarity Score and Overall Boost of all Kong's to their cards on OpenSea

WHY: The current solution is a community managed google document. It's cumbersome to have OpenSea, a Google Doc, and Rarity.Tools open to inform your purchasing decision.  

HOW: KongTracker modifies HTML (ONLY) on OpenSea. It does not require logins and is simply a front-end skin for an already existing platform. No data is stored, nor sent.                    

Grundlegende Informationen zur Erweiterung

Name KongTracker KongTracker
ID fcdbkhhnlnlelcjjaeipnbomfobphlcj
Offizielle URL https://chromewebstore.google.com/detail/kongtracker/fcdbkhhnlnlelcjjaeipnbomfobphlcj
Beschreibung Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.
Dateigröße 606 KB
Installationsanzahl 18
Aktuelle Version 1.02
Letztes Update 2021-09-08
Veröffentlichungsdatum 2021-09-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler KongTracker
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KongTracker",
    "description": "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.",
    "version": "1.02",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/images\/rkl128.png"
        }
    },
    "icons": {
        "128": "\/images\/rkl128.png"
    }
}