Become Waifu

If you have no waifu, you can become her

What is Become Waifu?

Become Waifu is a Chrome extension developed by moonrailgun, and its main feature is "If you have no waifu, you can become her".

Extension Screenshots

screenshot

Download Become Waifu Extension CRX File

Download Become Waifu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        变成自己的二次元老婆

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

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

Extension Basic Information

Name Become Waifu Become Waifu
ID kfdopiiledmclnopmihkclnfgdiggjna
Official URL https://chromewebstore.google.com/detail/become-waifu/kfdopiiledmclnopmihkclnfgdiggjna
Description If you have no waifu, you can become her
File Size 14.61 MB
Installation Count 163
Current Version 0.0.1
Last Updated 2022-06-21
Publish Date 2022-06-21
Rating 5.00/5 Total 1 Ratings
Developer moonrailgun
Email [email protected]
Payment Type free
Extension Website https://github.com/moonrailgun/become-waifu
Supported Languages 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": [
        ""
    ]
}