Become Waifu

If you have no waifu, you can become her

什麼是Become Waifu?

Become Waifu是由moonrailgun開發的Chrome擴展程式,該擴展的主要功能是“If you have no waifu, you can become her”。

擴展截圖

screenshot

下載Become Waifu擴展crx文件

下載Become Waifu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        变成自己的二次元老婆

基于面部捕捉和live2d的虚拟偶像,如果没有waifu的话就自己变成waifu吧!

无需安装任何软件就能在网页串流服务中使用!可用于支持网页端的视频会议与直播。                    

擴展基本資訊

名稱 Become Waifu Become Waifu
ID kfdopiiledmclnopmihkclnfgdiggjna
官方網址 https://chromewebstore.google.com/detail/become-waifu/kfdopiiledmclnopmihkclnfgdiggjna
簡介 If you have no waifu, you can become her
檔案大小 14.61 MB
安裝次數 163
目前版本 0.0.1
更新時間 2022-06-21
上架時間 2022-06-21
評分 5.00/5 共 1 次評分
開發者 moonrailgun
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/moonrailgun/become-waifu
支援的語言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Become Waifu",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "If you have no waifu, you can become her",
    "homepage_url": "https:\/\/github.com\/moonrailgun\/become-waifu",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "action": {
        "default_title": "Trans!",
        "default_icon": "[email protected]"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "vendor\/*",
                "lib\/*",
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}