Xfinity Desktop Streamer

A simple extension that allows you to stream your desktop to your X1 TV box

What is Xfinity Desktop Streamer?

Xfinity Desktop Streamer is a Chrome extension developed by https://xfinityconnectlive.sys.comcast.net, and its main feature is "A simple extension that allows you to stream your desktop to your X1 TV box".

Extension Screenshots

screenshot

Download Xfinity Desktop Streamer Extension CRX File

Download Xfinity Desktop Streamer 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

                                            

Extension Basic Information

Name Xfinity Desktop Streamer Xfinity Desktop Streamer
ID fekgdgidlgaflhhmdljnbjakamabhfko
Official URL https://chrome.google.com/webstore/detail/xfinity-desktop-streamer/fekgdgidlgaflhhmdljnbjakamabhfko
Description A simple extension that allows you to stream your desktop to your X1 TV box
File Size 241 KB
Installation Count 1,000
Current Version 0.1
Last Updated 2015-08-14
Publish Date 2015-08-14
Rating 1.25/5 Total 4 Ratings
Developer https://xfinityconnectlive.sys.comcast.net
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xfinity Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop to your X1 TV box",
    "version": "0.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/xfinityconnectlive.sys.comcast.net\/*",
            "*:\/\/xmppserver.services.sys.comcast.net\/*",
            "*:\/\/services.sys.comcast.net\/*"
        ]
    }
}