Waifu Instrumentality Project
Make https://waifulabs.com/ more usefull. Save your best Waifu!!
Wat is Waifu Instrumentality Project?
Waifu Instrumentality Project is een Chrome-extensie ontwikkeld door Konjac Potage, en de belangrijkste functie is "Make https://waifulabs.com/ more usefull. Save your best Waifu!!".
Extensie Screenshots
Download het CRX-bestand van de extensie Waifu Instrumentality Project
Download Waifu Instrumentality Project-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
## 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
Basisinformatie over de Extensie
Naam | Waifu Instrumentality Project |
ID | hjfogfnmemddmhlejhdkmnbppeempbgi |
Officiële URL | https://chromewebstore.google.com/detail/waifu-instrumentality-pro/hjfogfnmemddmhlejhdkmnbppeempbgi |
Beschrijving | Make https://waifulabs.com/ more usefull. Save your best Waifu!! |
Bestandsgrootte | 32.61 KB |
Aantal Installaties | 317 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-08-19 |
Publicatiedatum | 2019-08-18 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Konjac Potage |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |