KongTracker
Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.
Co to jest KongTracker?
KongTracker to rozszerzenie Chrome opracowane przez KongTracker, a jego główną funkcją jest „Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KongTracker
Pobierz pliki rozszerzeń KongTracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | KongTracker |
ID | fcdbkhhnlnlelcjjaeipnbomfobphlcj |
Oficjalny URL | https://chromewebstore.google.com/detail/kongtracker/fcdbkhhnlnlelcjjaeipnbomfobphlcj |
Opis | Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea. |
Rozmiar pliku | 606 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.02 |
Ostatnia Aktualizacja | 2021-09-08 |
Data Publikacji | 2021-09-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | KongTracker |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |