AI Waifu Explorer
Adds functionality to thisanimedoesnotexist.ai
Was ist AI Waifu Explorer?
AI Waifu Explorer ist eine Chrome-Erweiterung, die von kuubeu entwickelt wurde, und ihr Hauptmerkmal ist "Adds functionality to thisanimedoesnotexist.ai".
Erweiterungsscreenshots
AI Waifu Explorer-Erweiterungs-CRX-Datei herunterladen
Laden Sie AI Waifu Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | aoppaacohcacbigiplllkddabfalkchc |
Offizielle URL | https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc |
Beschreibung | Adds functionality to thisanimedoesnotexist.ai |
Dateigröße | 24.55 KB |
Installationsanzahl | 180 |
Aktuelle Version | 1.01 |
Letztes Update | 2021-07-02 |
Veröffentlichungsdatum | 2021-06-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | kuubeu |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://thisanimedoesnotexist.ai/slider.html?seed=0 |
Unterstützte Sprachen | 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" ] } ] } |