Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

什麼是Comcast Desktop Share?

Comcast Desktop Share是由ShareApp開發的Chrome擴展程式,該擴展的主要功能是“Webrtc screen sharing extension for Comcast Xfinity platform.”。

下載Comcast Desktop Share擴展crx文件

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

擴展使用說明

                        Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.                    

擴展基本資訊

名稱 Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
官方網址 https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
簡介 Webrtc screen sharing extension for Comcast Xfinity platform.
檔案大小 5.26 KB
安裝次數 858
目前版本 1.0
更新時間 2015-05-20
上架時間 2015-05-20
評分 2.45/5 共 11 次評分
開發者 ShareApp
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comcast Desktop Share",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Webrtc screen sharing extension for Comcast Xfinity platform.",
    "homepage_url": "https:\/\/share.comcast.net",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/share.comcast.net\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}