Xfinity Desktop Streamer
A simple extension that allows you to stream your desktop to your X1 TV box
Wat is Xfinity Desktop Streamer?
Xfinity Desktop Streamer is een Chrome-extensie ontwikkeld door https://xfinityconnectlive.sys.comcast.net, en de belangrijkste functie is "A simple extension that allows you to stream your desktop to your X1 TV box".
Extensie Screenshots
Download het CRX-bestand van de extensie Xfinity Desktop Streamer
Download Xfinity Desktop Streamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | fekgdgidlgaflhhmdljnbjakamabhfko |
Officiële URL | https://chrome.google.com/webstore/detail/xfinity-desktop-streamer/fekgdgidlgaflhhmdljnbjakamabhfko |
Beschrijving | A simple extension that allows you to stream your desktop to your X1 TV box |
Bestandsgrootte | 241 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-08-14 |
Publicatiedatum | 2015-08-14 |
Beoordeling | 1.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://xfinityconnectlive.sys.comcast.net |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } } |