CTV Screen Recording

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

Wat is CTV Screen Recording?

CTV Screen Recording is een Chrome-extensie ontwikkeld door https://click-to-video.com, en de belangrijkste functie is "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CTV Screen Recording

Download CTV Screen Recording-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

                                            

Basisinformatie over de Extensie

Naam CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
Officiële URL https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
Beschrijving CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Bestandsgrootte 57.47 KB
Aantal Installaties 758
Huidige Versie 1.1
Laatst Bijgewerkt 2016-05-25
Publicatiedatum 2016-05-25
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://click-to-video.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}