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
公式URL 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
Eメール [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": [
        ""
    ]
}