KongTracker
Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.
Qu'est-ce que KongTracker ?
KongTracker est une extension Chrome développée par KongTracker, et sa fonction principale est "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KongTracker
Téléchargez les fichiers d'extension KongTracker 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
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.
Informations de Base sur l'Extension
Nom | KongTracker |
ID | fcdbkhhnlnlelcjjaeipnbomfobphlcj |
URL Officiel | https://chromewebstore.google.com/detail/kongtracker/fcdbkhhnlnlelcjjaeipnbomfobphlcj |
Description | Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea. |
Taille du Fichier | 606 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.02 |
Dernière Mise à Jour | 2021-09-08 |
Date de Publication | 2021-09-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | KongTracker |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |