DRCast

Cast DR TV programs to your Chromecast easily!

什么是DRCast?

DRCast是由https://kadoo.dk开发的Chrome扩展程序,该扩展的主要功能是“Cast DR TV programs to your Chromecast easily!”。

扩展截图

screenshot
screenshot

下载DRCast扩展crx文件

下载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"
    ]
}