Chrome Virtual Camera

hook getUserMedia() / getUserMedia() を差し替え、時計や動画ファイル、tfjs/body-pixを利用した背景マスクが可能

Chrome Virtual Cameraคืออะไร?

Chrome Virtual Camera เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mg-web-labo และคุณลักษณะหลักของมันคือ "hook getUserMedia() / getUserMedia() を差し替え、時計や動画ファイル、tfjs/body-pixを利用した背景マスクが可能"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Virtual Camera

ดาวน์โหลดไฟล์ส่วนขยาย Chrome Virtual Camera ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Virtual Camera for Google Meet and other development use / Google Meet や開発用に使える仮想カメラです。背景を画像で隠すバーチャル背景が利用できます。ほかにもシンプルなデジタル時計、動画を利用、背景をグレイで塗りつぶしたり、アプリ画面のキャプチャーも利用できます。                    

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

ชื่อ Chrome Virtual Camera Chrome Virtual Camera
ID dphplfdpilhebmikohheeiblilajfmin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-virtual-camera/dphplfdpilhebmikohheeiblilajfmin
คำอธิบาย hook getUserMedia() / getUserMedia() を差し替え、時計や動画ファイル、tfjs/body-pixを利用した背景マスクが可能
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 2,024
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-07-16
วันที่เผยแพร่ 2020-05-29
คะแนน 3.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา mg-web-labo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mganeko/chrome_virtual_camera
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Virtual Camera",
    "short_name": "Virtial Cam",
    "version": "1.1",
    "description": "hook getUserMedia() \/ getUserMedia() \u3092\u5dee\u3057\u66ff\u3048\u3001\u6642\u8a08\u3084\u52d5\u753b\u30d5\u30a1\u30a4\u30eb\u3001tfjs\/body-pix\u3092\u5229\u7528\u3057\u305f\u80cc\u666f\u30de\u30b9\u30af\u304c\u53ef\u80fd",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "http:\/\/localhost:8080\/*",
                "http:\/\/127.0.0.1:8080\/*",
                "http:\/\/localhost:5500\/*",
                "http:\/\/127.0.0.1:5500\/*",
                "https:\/\/mganeko.github.io\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "loader.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/localhost\/",
        "http:\/\/127.0.0.1\/",
        "http:\/\/localhost:8080\/",
        "http:\/\/127.0.0.1:8080\/",
        "http:\/\/localhost:5500\/",
        "http:\/\/127.0.0.1:5500\/",
        "https:\/\/mganeko.github.io\/",
        "https:\/\/meet.google.com\/"
    ],
    "web_accessible_resources": [
        "cs.js"
    ]
}