AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

Что такое AI Waifu Explorer?

AI Waifu Explorer - это расширение Chrome, разработанное kuubeu, и его основная функция - "Adds functionality to thisanimedoesnotexist.ai".

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

screenshot

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

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

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

                        This extension provides an extended set of features to thisanimedoesnotexist.io. It allows you to quickly compare 18 images per each seed, switch seeds with buttons or keyboard shortcuts, download pictures as PNG or GIF, and copy links to images.

To start go to: https://thisanimedoesnotexist.ai/slider.html?seed=0

Keyboard shortcuts:
← / A – previous image
→ / D – next image
Shift + ← / A – previous seed
Shift + → / D – next seed
C – copy image address to clipboard                    

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

Название AI Waifu Explorer AI Waifu Explorer
ID aoppaacohcacbigiplllkddabfalkchc
Официальный URL https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc
Описание Adds functionality to thisanimedoesnotexist.ai
Размер файла 24.55 KB
Количество установок 180
Текущая Версия 1.01
Последнее Обновление 2021-07-02
Дата публикации 2021-06-29
Рейтинг 5.00/5 Всего 1 оценок
Разработчик kuubeu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://thisanimedoesnotexist.ai/slider.html?seed=0
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Waifu Explorer",
    "description": "Adds functionality to thisanimedoesnotexist.ai",
    "version": "1.01",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thisanimedoesnotexist.ai\/slider.html*"
            ],
            "run_at": "document_end",
            "css": [
                "css.css"
            ],
            "js": [
                "gifshot-min.js",
                "js.js"
            ]
        }
    ]
}