CTV Screen Recording

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

What is CTV Screen Recording?

CTV Screen Recording is a Chrome extension developed by https://click-to-video.com, and its main feature is "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

Extension Screenshots

screenshot

Download CTV Screen Recording Extension CRX File

Download CTV Screen Recording extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
Official URL https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
Description CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
File Size 57.47 KB
Installation Count 758
Current Version 1.1
Last Updated 2016-05-25
Publish Date 2016-05-25
Rating 4.00/5 Total 1 Ratings
Developer https://click-to-video.com
Email [email protected]
Payment Type free
Supported Languages 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
    }
}