Waifu Instrumentality Project
Make https://waifulabs.com/ more usefull. Save your best Waifu!!
Cos'è Waifu Instrumentality Project?
Waifu Instrumentality Project è un'estensione di Chrome sviluppata da Konjac Potage, e la sua funzione principale è "Make https://waifulabs.com/ more usefull. Save your best Waifu!!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Waifu Instrumentality Project
Scarica i file di estensione Waifu Instrumentality Project in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
## 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
Informazioni di Base sull'Estensione
Nome | Waifu Instrumentality Project |
ID | hjfogfnmemddmhlejhdkmnbppeempbgi |
URL Ufficiale | https://chromewebstore.google.com/detail/waifu-instrumentality-pro/hjfogfnmemddmhlejhdkmnbppeempbgi |
Descrizione | Make https://waifulabs.com/ more usefull. Save your best Waifu!! |
Dimensione del File | 32.61 KB |
Conteggio Installazioni | 317 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-08-19 |
Data di Pubblicazione | 2019-08-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Konjac Potage |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |