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…

Wat is Web Cam - Record Video or Image?

Web Cam - Record Video or Image is een Chrome-extensie ontwikkeld door ClearApps, en de belangrijkste functie is "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Cam - Record Video or Image

Download Web Cam - Record Video or Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
Officiële URL https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
Beschrijving Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
Bestandsgrootte 1.05 MB
Aantal Installaties 5,465
Huidige Versie 1.4
Laatst Bijgewerkt 2016-12-18
Publicatiedatum 2016-12-18
Beoordeling 3.39/5 Totaal 51 Beoordelingen
Ontwikkelaar ClearApps
Betalingswijze free
Ondersteunde Talen 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"
    }
}