Waifu Instrumentality Project
Make https://waifulabs.com/ more usefull. Save your best Waifu!!
What is Waifu Instrumentality Project?
Waifu Instrumentality Project is a Chrome extension developed by Konjac Potage, and its main feature is "Make https://waifulabs.com/ more usefull. Save your best Waifu!!".
Extension Screenshots
Download Waifu Instrumentality Project Extension CRX File
Download Waifu Instrumentality Project extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
## 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
Extension Basic Information
Name | Waifu Instrumentality Project |
ID | hjfogfnmemddmhlejhdkmnbppeempbgi |
Official URL | https://chromewebstore.google.com/detail/waifu-instrumentality-pro/hjfogfnmemddmhlejhdkmnbppeempbgi |
Description | Make https://waifulabs.com/ more usefull. Save your best Waifu!! |
File Size | 32.61 KB |
Installation Count | 317 |
Current Version | 1.0.1 |
Last Updated | 2019-08-19 |
Publish Date | 2019-08-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Konjac Potage |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |