Xfinity Desktop Streamer
A simple extension that allows you to stream your desktop to your X1 TV box
Apa itu Xfinity Desktop Streamer?
Xfinity Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh https://xfinityconnectlive.sys.comcast.net, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop to your X1 TV box".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Xfinity Desktop Streamer
Unduh file ekstensi Xfinity Desktop Streamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | fekgdgidlgaflhhmdljnbjakamabhfko |
URL Resmi | https://chrome.google.com/webstore/detail/xfinity-desktop-streamer/fekgdgidlgaflhhmdljnbjakamabhfko |
Deskripsi | A simple extension that allows you to stream your desktop to your X1 TV box |
Ukuran File | 241 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-08-14 |
Tanggal Publikasi | 2015-08-14 |
Penilaian | 1.25/5 Total 4 Penilaian |
Pengembang | https://xfinityconnectlive.sys.comcast.net |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } } |