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…

Cos'è Web Cam - Record Video or Image?

Web Cam - Record Video or Image è un'estensione di Chrome sviluppata da ClearApps, e la sua funzione principale è "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Cam - Record Video or Image

Scarica i file di estensione Web Cam - Record Video or Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
URL Ufficiale https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
Descrizione Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
Dimensione del File 1.05 MB
Conteggio Installazioni 5,465
Versione Corrente 1.4
Ultimo Aggiornamento 2016-12-18
Data di Pubblicazione 2016-12-18
Valutazione 3.39/5 Totale 51 Valutazioni
Sviluppatore ClearApps
Tipo di Pagamento free
Lingue Supportate 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"
    }
}