CTV Screen Recording

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

CTV Screen Recording là gì?

CTV Screen Recording là một tiện ích mở rộng Chrome được phát triển bởi https://click-to-video.com, và tính năng chính của nó là "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CTV Screen Recording

Tải xuống các tệp mở rộng CTV Screen Recording dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
URL Chính Thức https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
Mô tả CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Kích Thước Tệp 57.47 KB
Số Lần Cài Đặt 758
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-05-25
Ngày Phát Hành 2016-05-25
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://click-to-video.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}