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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |