Waifu Instrumentality Project
Make https://waifulabs.com/ more usefull. Save your best Waifu!!
Waifu Instrumentality Project란 무엇입니까?
Waifu Instrumentality Project은(는) Konjac Potage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make https://waifulabs.com/ more usefull. Save your best Waifu!!"입니다.
확장 프로그램 스크린샷
Waifu Instrumentality Project 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
## Features - Move UI Buttons - Right Click → Download - Middle Click → Change Waifu with keeping current step - Step jump - Drag & Drop to load Waifu's parameter - Prevent browser navigation and [Go back to the intro screen] button and save your Waifu GitHub: https://github.com/konjac-potage/waifulabs-chrome-extension Twitter: https://twitter.com/konjac_potage
확장 프로그램 기본 정보
이름 | Waifu Instrumentality Project |
ID | hjfogfnmemddmhlejhdkmnbppeempbgi |
공식 URL | https://chromewebstore.google.com/detail/waifu-instrumentality-pro/hjfogfnmemddmhlejhdkmnbppeempbgi |
설명 | Make https://waifulabs.com/ more usefull. Save your best Waifu!! |
파일 크기 | 32.61 KB |
설치 횟수 | 317 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-08-19 |
출시 날짜 | 2019-08-18 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Konjac Potage |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "web_accessible_resources": [ "scripts\/content.js" ], "content_scripts": [ { "matches": [ "https:\/\/waifulabs.com\/" ], "js": [ "content_script_loader.js" ], "run_at": "document_end", "all_frames": false } ] } |