AI Waifu Explorer
Adds functionality to thisanimedoesnotexist.ai
What is AI Waifu Explorer?
AI Waifu Explorer is a Chrome extension developed by kuubeu, and its main feature is "Adds functionality to thisanimedoesnotexist.ai".
Extension Screenshots
Download AI Waifu Explorer Extension CRX File
Download AI Waifu Explorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | aoppaacohcacbigiplllkddabfalkchc |
Official URL | https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc |
Description | Adds functionality to thisanimedoesnotexist.ai |
File Size | 24.55 KB |
Installation Count | 180 |
Current Version | 1.01 |
Last Updated | 2021-07-02 |
Publish Date | 2021-06-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | kuubeu |
[email protected] | |
Payment Type | free |
Extension Website | https://thisanimedoesnotexist.ai/slider.html?seed=0 |
Supported Languages | 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" ] } ] } |