DRCast

Cast DR TV programs to your Chromecast easily!

DRCast là gì?

DRCast là một tiện ích mở rộng Chrome được phát triển bởi https://kadoo.dk, và tính năng chính của nó là "Cast DR TV programs to your Chromecast easily!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DRCast

Tải xuống các tệp mở rộng DRCast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DRCast DRCast
ID jifnokgbglfegkimjdociknefoaapfpe
URL Chính Thức https://chromewebstore.google.com/detail/drcast/jifnokgbglfegkimjdociknefoaapfpe
Mô tả Cast DR TV programs to your Chromecast easily!
Kích Thước Tệp 49.08 KB
Số Lần Cài Đặt 2,257
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-03-04
Ngày Phát Hành 2015-03-04
Đánh Giá 4.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://kadoo.dk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}