Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Что такое Comcast Desktop Share?

Comcast Desktop Share - это расширение Chrome, разработанное ShareApp, и его основная функция - "Webrtc screen sharing extension for Comcast Xfinity platform.".

Скачать файл CRX расширения Comcast Desktop Share

Скачайте файлы расширений Comcast Desktop Share в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.                    

Основная информация о расширении

Название Comcast Desktop Share Comcast Desktop Share
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"
    ]
}