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
公式URL 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\/*"
        ]
    }
}