Zillion Live WebRTC Screen Capture

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

什麼是Zillion Live WebRTC Screen Capture?

Zillion Live WebRTC Screen Capture是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension allows WebRTC connections to use the screen as a video source.”。

下載Zillion Live WebRTC Screen Capture擴展crx文件

下載Zillion Live WebRTC Screen Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension to allow screen sharing with zillion live services.                    

擴展基本資訊

名稱 Zillion Live WebRTC Screen Capture Zillion Live WebRTC Screen Capture
ID jkhlcipancfeplghhbjgbbbgbcibphjn
官方網址 https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn
簡介 This extension allows WebRTC connections to use the screen as a video source.
檔案大小 8.72 KB
安裝次數 25
目前版本 3.0.01
更新時間 2018-02-12
上架時間 2018-02-12
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zillion Live WebRTC Screen Capture",
    "version": "3.0.01",
    "description": "This extension allows WebRTC connections to use the screen as a video source.",
    "author": "Zillion Group",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/zillion.com",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.myrealappeal.load\/*",
            "*:\/\/*.realappeal.com\/*",
            "*:\/\/*.myzillion.load\/*",
            "*:\/\/*.zillion.com\/*",
            "*:\/\/*.restorehealth.com\/*"
        ]
    }
}