KongTracker

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

Что такое KongTracker?

KongTracker - это расширение Chrome, разработанное KongTracker, и его основная функция - "Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения KongTracker

Скачайте файлы расширений KongTracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название KongTracker KongTracker
ID fcdbkhhnlnlelcjjaeipnbomfobphlcj
Официальный URL https://chromewebstore.google.com/detail/kongtracker/fcdbkhhnlnlelcjjaeipnbomfobphlcj
Описание Displays Overall Boost and Rarity.Tools Ranking for Rumble Kongs on OpenSea.
Размер файла 606 KB
Количество установок 18
Текущая Версия 1.02
Последнее Обновление 2021-09-08
Дата публикации 2021-09-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик KongTracker
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}