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」です。

拡張機能のスクリーンショット

screenshot

Xfinity Desktop Streamer拡張機能のCRXファイルをダウンロード

Xfinity Desktop Streamer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Xfinity Desktop Streamer Xfinity Desktop Streamer
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\/*"
        ]
    }
}