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…

What is Web Cam - Record Video or Image?

Web Cam - Record Video or Image is a Chrome extension developed by ClearApps, and its main feature is "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…".

Extension Screenshots

screenshot

Download Web Cam - Record Video or Image Extension CRX File

Download Web Cam - Record Video or Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
Official URL https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
Description Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
File Size 1.05 MB
Installation Count 5,465
Current Version 1.4
Last Updated 2016-12-18
Publish Date 2016-12-18
Rating 3.39/5 Total 51 Ratings
Developer ClearApps
Payment Type free
Supported Languages 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"
    }
}