Webcam Video Recorder/Capture

Webcam Video Recorder or capture lets you record and download video using laptop's webcam

ما هو Webcam Video Recorder/Capture؟

Webcam Video Recorder/Capture هو إضافة Chrome تم تطويرها بواسطة https://chromecrxstore.com/webcamvideorecorder، والميزة الرئيسية لها هي "Webcam Video Recorder or capture lets you record and download video using laptop's webcam".

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

screenshot

تحميل ملف CRX للإضافة Webcam Video Recorder/Capture

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

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

                        Webcam Video Recorder is a very simple tool to record your HD videos (depends on your PC camera) and save and download them to your hard disk instantly in WebM format which you can play in browsers such as Chrome, Firefox or any other modern browser which supports HTML5. You can also convert WebM files to video format of your choice using various free to use online tools. One more thing, you don't need to register to use this extension!                    

معلومات أساسية عن التمديد

الاسم Webcam Video Recorder/Capture Webcam Video Recorder/Capture
ID pngkcbpnnohapfoolipfmjbnpibockmp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp
الوصف Webcam Video Recorder or capture lets you record and download video using laptop's webcam
حجم الملف 5.47 KB
عدد التثبيتات 3,000
النسخة الحالية 1.0
آخر تحديث 2018-01-21
تاريخ النشر 2018-01-21
تقييم 3.95/5 مجموع تقييمات 21
المطور https://chromecrxstore.com/webcamvideorecorder
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chromecrxstore.com/webcamvideorecorder/
عنوان صفحة سياسة الخصوصية https://chromecrxstore.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webcam Video Recorder\/Capture",
    "version": "1.0",
    "description": "Webcam Video Recorder or capture lets you record and download video using laptop's webcam",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/chromecrxstore.com\/webcamvideorecorder\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Webcam Video Recorder-Capture"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}