AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

Cos'è AI Waifu Explorer?

AI Waifu Explorer è un'estensione di Chrome sviluppata da kuubeu, e la sua funzione principale è "Adds functionality to thisanimedoesnotexist.ai".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AI Waifu Explorer

Scarica i file di estensione AI Waifu Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AI Waifu Explorer AI Waifu Explorer
ID aoppaacohcacbigiplllkddabfalkchc
URL Ufficiale https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc
Descrizione Adds functionality to thisanimedoesnotexist.ai
Dimensione del File 24.55 KB
Conteggio Installazioni 180
Versione Corrente 1.01
Ultimo Aggiornamento 2021-07-02
Data di Pubblicazione 2021-06-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kuubeu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://thisanimedoesnotexist.ai/slider.html?seed=0
Lingue Supportate 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"
            ]
        }
    ]
}