CTV Screen Recording

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

Cos'è CTV Screen Recording?

CTV Screen Recording è un'estensione di Chrome sviluppata da https://click-to-video.com, e la sua funzione principale è "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CTV Screen Recording

Scarica i file di estensione CTV Screen Recording 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

                                            

Informazioni di Base sull'Estensione

Nome CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
URL Ufficiale https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
Descrizione CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Dimensione del File 57.47 KB
Conteggio Installazioni 758
Versione Corrente 1.1
Ultimo Aggiornamento 2016-05-25
Data di Pubblicazione 2016-05-25
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore https://click-to-video.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}