AI Waifu Explorer
Adds functionality to thisanimedoesnotexist.ai
AI Waifu Explorerとは何ですか?
AI Waifu Explorerはkuubeuによって開発されたChromeの拡張機能で、その主な機能は「Adds functionality to thisanimedoesnotexist.ai」です。
拡張機能のスクリーンショット
AI Waifu Explorer拡張機能のCRXファイルをダウンロード
AI Waifu Explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | aoppaacohcacbigiplllkddabfalkchc |
公式URL | https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc |
説明 | Adds functionality to thisanimedoesnotexist.ai |
ファイルサイズ | 24.55 KB |
インストール数 | 180 |
現在のバージョン | 1.01 |
最終更新日 | 2021-07-02 |
公開日 | 2021-06-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kuubeu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://thisanimedoesnotexist.ai/slider.html?seed=0 |
対応言語 | 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" ] } ] } |