SetDeli

SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…

Что такое SetDeli?

SetDeli - это расширение Chrome, разработанное setdeliext, и его основная функция - "SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…".

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

screenshot

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

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

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

                        SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to automatically retrieive all Smogon Dex sets for a particular mon.                    

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

Название SetDeli SetDeli
ID imdlnijaodbcfjojococibigmokjpjjg
Официальный URL https://chromewebstore.google.com/detail/setdeli/imdlnijaodbcfjojococibigmokjpjjg
Описание SetDeli creates a new dropdown menu on the import page of Pokemon Showdown's teambuilder which leverages the SetDeli API to…
Размер файла 40.42 KB
Количество установок 94
Текущая Версия 0.1.1
Последнее Обновление 2019-07-21
Дата публикации 2019-07-21
Рейтинг 5.00/5 Всего 1 оценок
Разработчик setdeliext
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SetDeli",
    "version": "0.1.1",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "16": "pokeball128.jpeg",
        "48": "pokeball128.jpeg",
        "128": "pokeball128.jpeg"
    }
}