Pixel CTV Screen Sharing

Pixel CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

Pixel CTV Screen Sharing là gì?

Pixel CTV Screen Sharing 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à "Pixel CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".

Ả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 Pixel CTV Screen Sharing

Tải xuống các tệp mở rộng Pixel CTV Screen Sharing 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

                        Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.                    

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

Tên Pixel CTV Screen Sharing Pixel CTV Screen Sharing
ID epenpgcnlbaahmdolkkhcnmphjgpacff
URL Chính Thức https://chrome.google.com/webstore/detail/pixel-ctv-screen-sharing/epenpgcnlbaahmdolkkhcnmphjgpacff
Mô tả Pixel CTV Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 6.19.1001
Cập Nhật Lần Cuối 2019-10-01
Ngày Phát Hành 2019-10-01
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": "Pixel CTV Screen Sharing",
    "author": "NETSTAIRS",
    "version": "6.19.1001",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Pixel CTV Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/pixel.click-to-video.com\/",
    "background": {
        "scripts": [
            "background\/helpers\/socket.io.js",
            "background\/helpers\/adapter.js",
            "background\/helpers\/RTCMultiConnection.min.js",
            "background\/helpers\/CodecsHandler.js",
            "background\/helpers\/IceServersHandler.js",
            "background\/helpers\/MultiStreamsMixer.js",
            "background\/helpers\/AntMediaWrapper.js",
            "background\/globals.js",
            "background\/common.js",
            "background\/runtimePort.js",
            "background\/online-offline.js",
            "background\/gotTabCaptureStream.js",
            "background\/gotStream.js",
            "background\/onAccessApproved.js",
            "background\/setupWebRTCConnection.js",
            "background\/shareStreamUsingRTCMultiConnection.js",
            "background\/shareStreamUsingAntMediaServer.js",
            "background\/setDefaults.js",
            "background\/captureDesktop.js",
            "background\/captureCamera.js",
            "background\/captureTabUsingTabCapture.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Pixel CTV Screen Sharing",
        "default_popup": "extension-pages\/dropdown.html"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "extension-pages\/options.html",
        "chrome_style": true
    }
}