CamFlip

Flips your webcam

CamFlip là gì?

CamFlip là một tiện ích mở rộng Chrome được phát triển bởi https://camflip.net, và tính năng chính của nó là "Flips your webcam".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CamFlip

Tải xuống các tệp mở rộng CamFlip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CamFlip CamFlip
ID jgnejnfdbomaelibbccppknilnnhklnk
URL Chính Thức https://chromewebstore.google.com/detail/camflip/jgnejnfdbomaelibbccppknilnnhklnk
Mô tả Flips your webcam
Kích Thước Tệp 81.51 KB
Số Lần Cài Đặt 8,248
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-03-26
Ngày Phát Hành 2021-01-05
Đánh Giá 4.04/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://camflip.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}