Web Cam - Record Video or Image

Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…

ما هو Web Cam - Record Video or Image؟

Web Cam - Record Video or Image هو إضافة Chrome تم تطويرها بواسطة ClearApps، والميزة الرئيسية لها هي "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…".

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

screenshot

تحميل ملف CRX للإضافة Web Cam - Record Video or Image

قم بتنزيل ملفات الامتداد Web Cam - Record Video or Image بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Capture any website with interactions as video or Image.

Capture video played in any website like youtube as a video.
Record any step by step process in a website as a video or set of images.
Screen shot of any website as image.

For any bug or enhancement request please write to me at [email protected]                    

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

الاسم Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
الوصف Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
حجم الملف 1.05 MB
عدد التثبيتات 5,465
النسخة الحالية 1.4
آخر تحديث 2016-12-18
تاريخ النشر 2016-12-18
تقييم 3.39/5 مجموع تقييمات 51
المطور ClearApps
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Cam - Record Video or Image",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Capture any website or your actions in a website as video or Images"
    }
}