CTV Screen Recording

CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.

Was ist CTV Screen Recording?

CTV Screen Recording ist eine Chrome-Erweiterung, die von https://click-to-video.com entwickelt wurde, und ihr Hauptmerkmal ist "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

Erweiterungsscreenshots

screenshot

CTV Screen Recording-Erweiterungs-CRX-Datei herunterladen

Laden Sie CTV Screen Recording-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
Offizielle URL https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
Beschreibung CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Dateigröße 57.47 KB
Installationsanzahl 758
Aktuelle Version 1.1
Letztes Update 2016-05-25
Veröffentlichungsdatum 2016-05-25
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler https://click-to-video.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Recording",
    "short_name": "CTVRecord",
    "author": "Netstairs",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "CTV Screen Recording"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}