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
拡張機能の基本情報
名前 | Waifu Instrumentality Project |
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 |
Eメール | [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 } ] } |