AI Waifu Explorer
Adds functionality to thisanimedoesnotexist.ai
Co to jest AI Waifu Explorer?
AI Waifu Explorer to rozszerzenie Chrome opracowane przez kuubeu, a jego główną funkcją jest „Adds functionality to thisanimedoesnotexist.ai”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AI Waifu Explorer
Pobierz pliki rozszerzeń AI Waifu Explorer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aoppaacohcacbigiplllkddabfalkchc |
Oficjalny URL | https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc |
Opis | Adds functionality to thisanimedoesnotexist.ai |
Rozmiar pliku | 24.55 KB |
Liczba instalacji | 180 |
Aktualna Wersja | 1.01 |
Ostatnia Aktualizacja | 2021-07-02 |
Data Publikacji | 2021-06-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | kuubeu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://thisanimedoesnotexist.ai/slider.html?seed=0 |
Obsługiwane Języki | 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" ] } ] } |