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