Xfinity Desktop Streamer
A simple extension that allows you to stream your desktop to your X1 TV box
什么是Xfinity Desktop Streamer?
Xfinity Desktop Streamer是由https://xfinityconnectlive.sys.comcast.net开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop to your X1 TV box”。
扩展截图
下载Xfinity Desktop Streamer扩展crx文件
下载Xfinity Desktop Streamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fekgdgidlgaflhhmdljnbjakamabhfko |
官方URL | https://chrome.google.com/webstore/detail/xfinity-desktop-streamer/fekgdgidlgaflhhmdljnbjakamabhfko |
简介 | A simple extension that allows you to stream your desktop to your X1 TV box |
文件大小 | 241 KB |
安装次数 | 1,000 |
当前版本 | 0.1 |
更新时间 | 2015-08-14 |
上架时间 | 2015-08-14 |
评分 | 1.25/5 共4次评分 |
开发者 | https://xfinityconnectlive.sys.comcast.net |
付费类型 | free |
支持的语言 | 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\/*" ] } } |