Waifu Instrumentality Project
Make https://waifulabs.com/ more usefull. Save your best Waifu!!
Vad är Waifu Instrumentality Project?
Waifu Instrumentality Project är en Chrome-tillägg utvecklad av Konjac Potage, och dess huvudfunktion är "Make https://waifulabs.com/ more usefull. Save your best Waifu!!".
Tilläggsskärmbilder
Ladda ner Waifu Instrumentality Project-förlängningens CRX-fil
Ladda ner Waifu Instrumentality Project-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
## 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 Grundläggande Information om Tillägg
| Namn | |
| ID | hjfogfnmemddmhlejhdkmnbppeempbgi |
| Officiell webbadress | https://chromewebstore.google.com/detail/waifu-instrumentality-pro/hjfogfnmemddmhlejhdkmnbppeempbgi |
| Beskrivning | Make https://waifulabs.com/ more usefull. Save your best Waifu!! |
| Filstorlek | 32.61 KB |
| Antal Installationer | 317 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2019-08-19 |
| Publiceringsdatum | 2019-08-18 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Konjac Potage |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
]
} | |