Comcast Desktop Share
Webrtc screen sharing extension for Comcast Xfinity platform.
什么是Comcast Desktop Share?
Comcast Desktop Share是由ShareApp开发的Chrome扩展程序,该扩展的主要功能是“Webrtc screen sharing extension for Comcast Xfinity platform.”。
下载Comcast Desktop Share扩展crx文件
下载Comcast Desktop Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.
扩展基本信息
名称 | |
ID | cenpomfndgajihghjgcibnebidacgadc |
官方URL | https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc |
简介 | Webrtc screen sharing extension for Comcast Xfinity platform. |
文件大小 | 5.26 KB |
安装次数 | 858 |
当前版本 | 1.0 |
更新时间 | 2015-05-20 |
上架时间 | 2015-05-20 |
评分 | 2.45/5 共11次评分 |
开发者 | ShareApp |
付费类型 | free |
支持的语言 | 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" ] } |