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 Waifu Instrumentality Project
ID hjfogfnmemddmhlejhdkmnbppeempbgi
官方網址 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
電子郵箱 [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
        }
    ]
}