CamFlip

Flips your webcam

CamFlipคืออะไร?

CamFlip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://camflip.net และคุณลักษณะหลักของมันคือ "Flips your webcam"

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

screenshot

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

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

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

                        *NEW* in 1.3.0: No longer flips screen sharing on Google Meet

CamFlip creates a virtual webcam in your browser which is mirrored horizontally. This is useful for video chat applications because others in the video chat receive the mirrored version instead of the original from your webcam.

- Useful for video chat applications
- Tested in Google Meet, Zoom for web, Microsoft Teams
- Free for unlimited use with a small watermark. Remove the watermark for a $2.99 one-time payment                    

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

ชื่อ CamFlip CamFlip
ID jgnejnfdbomaelibbccppknilnnhklnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/camflip/jgnejnfdbomaelibbccppknilnnhklnk
คำอธิบาย Flips your webcam
ขนาดไฟล์ 81.51 KB
จำนวนการติดตั้ง 8,248
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-03-26
วันที่เผยแพร่ 2021-01-05
คะแนน 4.04/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://camflip.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CamFlip",
    "version": "1.3.0",
    "description": "Flips your webcam",
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "icons\/CamFlip-Light-32.png",
        "48": "icons\/CamFlip-Light-48.png",
        "64": "icons\/CamFlip-Light-64.png",
        "128": "icons\/CamFlip-Light-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "inject_flip.js",
        "filter_cam.js",
        "icons\/CamFlip-Dark-64.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.camflip.net\/*",
            "*:\/\/*.camflip-web.test\/*",
            "*:\/\/*.camflip.test\/*"
        ]
    },
    "manifest_version": 2
}