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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}