WebStream WebRTC Screen Capture

This extension allows WebStream WebRTC connections to use the screen as a video source.

WebStream WebRTC Screen Capture là gì?

WebStream WebRTC Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension allows WebStream WebRTC connections to use the screen as a video source.".

Ả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 WebStream WebRTC Screen Capture

Tải xuống các tệp mở rộng WebStream WebRTC Screen Capture 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 WebStream WebRTC Screen Capture WebStream WebRTC Screen Capture
ID aiiaoeidafjmbmncceigjjbhoopljehf
URL Chính Thức https://chromewebstore.google.com/detail/webstream-webrtc-screen-c/aiiaoeidafjmbmncceigjjbhoopljehf
Mô tả This extension allows WebStream WebRTC connections to use the screen as a video source.
Kích Thước Tệp 395 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-11-12
Ngày Phát Hành 2018-11-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebStream WebRTC Screen Capture",
    "version": "1.0.1",
    "description": "This extension allows WebStream WebRTC connections to use the screen as a video source.",
    "icons": {
        "16": "WebStream-16.png",
        "32": "WebStream-32.png",
        "48": "WebStream-48.png",
        "128": "WebStream-128.png"
    },
    "author": "WebStream",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/teleconnect.care\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "WebStream-16.png",
        "WebStream-32.png",
        "WebStream-48.png",
        "WebStream-128.png"
    ]
}