DRCast

Cast DR TV programs to your Chromecast easily!

Что такое DRCast?

DRCast - это расширение Chrome, разработанное https://kadoo.dk, и его основная функция - "Cast DR TV programs to your Chromecast easily!".

Снимки экрана расширения

screenshot
screenshot

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

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

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

                        This is the first version of the app. In the following version the support for live TV will be added.

This is not an official app developed by DR and I have no association with DR other than I pay my taxes ;)

In order for this to work, just browse to the program you want to see, then click the chromecast buttton and select your chromecast device. You need to have the Google Cast app installed as well (https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd).

This app is dedicated to Pernille and Jeppe ;)

Please send feature requests and any errors to me so I can fix them.                    

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

Название DRCast DRCast
ID jifnokgbglfegkimjdociknefoaapfpe
Официальный URL https://chromewebstore.google.com/detail/drcast/jifnokgbglfegkimjdociknefoaapfpe
Описание Cast DR TV programs to your Chromecast easily!
Размер файла 49.08 KB
Количество установок 2,257
Текущая Версия 1.1
Последнее Обновление 2015-03-04
Дата публикации 2015-03-04
Рейтинг 4.00/5 Всего 25 оценок
Разработчик https://kadoo.dk
Тип оплаты free
Поддерживаемые языки da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DRCast",
    "version": "1.1",
    "description": "Cast DR TV programs to your Chromecast easily!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dr.dk\/tv\/se\/*",
                "https:\/\/www.dr.dk\/tv\/se\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "css\/dr-cast-styles.css"
            ]
        }
    ],
    "icons": {
        "48": "images\/logo-small-48.png",
        "128": "images\/logo-small-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "drcast.js",
        "external\/cast_sender.js",
        "external\/sprintf.js",
        "external\/jquery-1.11.2.min.js"
    ]
}