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…

Co to jest Web Cam - Record Video or Image?

Web Cam - Record Video or Image to rozszerzenie Chrome opracowane przez ClearApps, a jego główną funkcją jest „Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web Cam - Record Video or Image

Pobierz pliki rozszerzeń Web Cam - Record Video or Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
Oficjalny URL https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
Opis Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
Rozmiar pliku 1.05 MB
Liczba instalacji 5,465
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2016-12-18
Data Publikacji 2016-12-18
Ocena 3.39/5 Łącznie 51 Oceny
Deweloper ClearApps
Typ Płatności free
Obsługiwane Języki 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"
    }
}