AI Waifu Explorer
Adds functionality to thisanimedoesnotexist.ai
Hvad er AI Waifu Explorer?
AI Waifu Explorer er en Chrome-udvidelse udviklet af kuubeu, og dens hovedfunktion er "Adds functionality to thisanimedoesnotexist.ai".
Udvidelsesskærmbilleder
Download AI Waifu Explorer-udvidelses-CRX-fil
Download AI Waifu Explorer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | aoppaacohcacbigiplllkddabfalkchc |
Officiel URL | https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc |
Beskrivelse | Adds functionality to thisanimedoesnotexist.ai |
Filstørrelse | 24.55 KB |
Antal Installationer | 180 |
Nuværende Version | 1.01 |
Senest Opdateret | 2021-07-02 |
Udgivelsesdato | 2021-06-29 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | kuubeu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://thisanimedoesnotexist.ai/slider.html?seed=0 |
Understøttede Sprog | 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" ] } ] } |