Showdown Randbats Tooltip

Enhanced tooltip functionality for Showdown's Random Battle formats.

Что такое Showdown Randbats Tooltip?

Showdown Randbats Tooltip - это расширение Chrome, разработанное https://pkmn.cc, и его основная функция - "Enhanced tooltip functionality for Showdown's Random Battle formats.".

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

screenshot

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

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

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

                        This extension relies on data from https://data.pkmn.cc/randbats, an automatically updating repository of the latest options for Showdown's standard Random Battle formats, to present more precise information about possible abilities, items, moves, and stats in addition to the standard tooltip information provided by Showdown.                    

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

Название Showdown Randbats Tooltip Showdown Randbats Tooltip
ID cheogdcgfjpolnpnjijnjccjljjclplg
Официальный URL https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg
Описание Enhanced tooltip functionality for Showdown's Random Battle formats.
Размер файла 13.32 KB
Количество установок 4,488
Текущая Версия 1.5.3
Последнее Обновление 2023-12-14
Дата публикации 2022-12-14
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://pkmn.cc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pkmn.cc
URL страницы политики конфиденциальности https://pkmn.cc/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Showdown Randbats Tooltip",
    "description": "Enhanced tooltip functionality for Showdown's Random Battle formats.",
    "version": "1.5.3",
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "resources": [
                "\/index.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "\/shim.js"
            ]
        }
    ]
}