Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

What is Comcast Desktop Share?

Comcast Desktop Share is a Chrome extension developed by ShareApp, and its main feature is "Webrtc screen sharing extension for Comcast Xfinity platform.".

Download Comcast Desktop Share Extension CRX File

Download Comcast Desktop Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
Official URL https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Description Webrtc screen sharing extension for Comcast Xfinity platform.
File Size 5.26 KB
Installation Count 858
Current Version 1.0
Last Updated 2015-05-20
Publish Date 2015-05-20
Rating 2.45/5 Total 11 Ratings
Developer ShareApp
Payment Type free
Supported Languages 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"
    ]
}