CamFlip

Flips your webcam

ما هو CamFlip؟

CamFlip هو إضافة Chrome تم تطويرها بواسطة https://camflip.net، والميزة الرئيسية لها هي "Flips your webcam".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CamFlip

قم بتنزيل ملفات الامتداد CamFlip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        *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
}