Vme! Call by your avatar and voice

Display Live2D avatars and speak virtual voices during video calls on Google Meet or Discord.

Vme! Call by your avatar and voiceคืออะไร?

Vme! Call by your avatar and voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vhigh และคุณลักษณะหลักของมันคือ "Display Live2D avatars and speak virtual voices during video calls on Google Meet or Discord."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vme! Call by your avatar and voice

ดาวน์โหลดไฟล์ส่วนขยาย Vme! Call by your avatar and voice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Join video calls as your favorite self. Participate in Google Meet and Discord video calls with an avatar. Comes with a real-time voice changer!

Key Features:
- A variety of characters! Choose from maids, little devils, idols, princes, and many more.
- All you need to do is join a Google Meet or Discord video call. With motion tracking, the character's eyes and mouth move in sync with your real eyes and mouth.
- Virtual voices tailored for each character. Enjoy smooth conversations with the real-time voice changer that matches the character's voice.
- By simply purchasing the SBT NFT, you can create your own character. Enjoy a novel video calling experience with your unique character!

Note : 
*Zundamon's voice from VOICEVOX:ずんだもん                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vme! Call by your avatar and voice Vme! Call by your avatar and voice
ID pelgnggcjpglfkfkdfdhcmliconijjdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vme-call-by-your-avatar-a/pelgnggcjpglfkfkdfdhcmliconijjdb
คำอธิบาย Display Live2D avatars and speak virtual voices during video calls on Google Meet or Discord.
ขนาดไฟล์ 39.29 MB
จำนวนการติดตั้ง 25,503
เวอร์ชันปัจจุบัน 1.4.7
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2023-06-26
คะแนน 2.83/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา vhigh
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://vme.vhigh.tokyo
URL หน้าช่วยเหลือ https://vme.vhigh.tokyo/help
URL หน้านโยบายความเป็นส่วนตัว https://vme.vhigh.tokyo/docs/privacy
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.4.7",
    "default_locale": "en",
    "icons": {
        "16": "favicon.png",
        "32": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "VMe!",
        "default_icon": {
            "16": "favicon.png",
            "24": "favicon.png",
            "32": "favicon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/discord.com\/*",
                "https:\/\/*.vercel.app\/*",
                "https:\/\/*.vhigh.tokyo\/*"
            ],
            "exclude_matches": [
                "https:\/\/meet.google.com\/"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "history",
        "declarativeNetRequest",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/vhigh-avatar-gen1-sbt-metadata-api.vhigh.tokyo\/",
        "https:\/\/eth-mainnet.g.alchemy.com\/*",
        "https:\/\/discord.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "face_mesh\/face_mesh_solution_packed_assets_loader.js",
                "face_mesh\/face_mesh.binarypb",
                "face_mesh\/face_mesh_solution_simd_wasm_bin.js",
                "face_mesh\/face_mesh_solution_packed_assets.data",
                "model\/*",
                "assets\/css\/bootstrap.min.css",
                "face_mesh\/face_mesh_solution_simd_wasm_bin.wasm",
                "js\/live2d.min.js",
                "js\/live2dcubismcore.min.js",
                "js\/worklet\/*",
                "captureMotion.js",
                "initDevice.js",
                "images\/*"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/discord.com\/*",
                "https:\/\/vhigh.tokyo\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/*\/*;"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.vercel.app\/*",
            "https:\/\/*.vhigh.tokyo\/*"
        ]
    }
}