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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |