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文件
下载Waifu Instrumentality Project扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
## 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 扩展基本信息
| 名称 | |
| 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
}
]
} | |