AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

Wat is AI Waifu Explorer?

AI Waifu Explorer is een Chrome-extensie ontwikkeld door kuubeu, en de belangrijkste functie is "Adds functionality to thisanimedoesnotexist.ai".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AI Waifu Explorer

Download AI Waifu Explorer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AI Waifu Explorer AI Waifu Explorer
ID aoppaacohcacbigiplllkddabfalkchc
Officiële URL https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc
Beschrijving Adds functionality to thisanimedoesnotexist.ai
Bestandsgrootte 24.55 KB
Aantal Installaties 180
Huidige Versie 1.01
Laatst Bijgewerkt 2021-07-02
Publicatiedatum 2021-06-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kuubeu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://thisanimedoesnotexist.ai/slider.html?seed=0
Ondersteunde Talen 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"
            ]
        }
    ]
}