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://xmppserver.services.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
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 | |
ID | lekmifnolmbpkbcdblkckchoeinnlemk |
Official URL | https://chrome.google.com/webstore/detail/xfinity-desktop-streamer/lekmifnolmbpkbcdblkckchoeinnlemk |
Description | A simple extension that allows you to stream your desktop to your X1 TV box |
File Size | 258 KB |
Installation Count | 4,000 |
Current Version | 0.1 |
Last Updated | 2015-08-31 |
Publish Date | 2015-08-31 |
Rating | 2.63/5 Total 16 Ratings |
Developer | https://xmppserver.services.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\/*" ] } } |