AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

Apa itu AI Waifu Explorer?

AI Waifu Explorer adalah ekstensi Chrome yang dikembangkan oleh kuubeu, dan fitur utamanya adalah "Adds functionality to thisanimedoesnotexist.ai".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AI Waifu Explorer

Unduh file ekstensi AI Waifu Explorer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AI Waifu Explorer AI Waifu Explorer
ID aoppaacohcacbigiplllkddabfalkchc
URL Resmi https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc
Deskripsi Adds functionality to thisanimedoesnotexist.ai
Ukuran File 24.55 KB
Jumlah Instalasi 180
Versi Saat Ini 1.01
Terakhir Diperbarui 2021-07-02
Tanggal Publikasi 2021-06-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang kuubeu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://thisanimedoesnotexist.ai/slider.html?seed=0
Bahasa yang Didukung 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"
            ]
        }
    ]
}