DRCast

Cast DR TV programs to your Chromecast easily!

DRCast क्या है?

DRCast https://kadoo.dk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cast DR TV programs to your Chromecast easily!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DRCast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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