DRCast

Cast DR TV programs to your Chromecast easily!

Cos'è DRCast?

DRCast è un'estensione di Chrome sviluppata da https://kadoo.dk, e la sua funzione principale è "Cast DR TV programs to your Chromecast easily!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DRCast

Scarica i file di estensione DRCast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DRCast DRCast
ID jifnokgbglfegkimjdociknefoaapfpe
URL Ufficiale https://chromewebstore.google.com/detail/drcast/jifnokgbglfegkimjdociknefoaapfpe
Descrizione Cast DR TV programs to your Chromecast easily!
Dimensione del File 49.08 KB
Conteggio Installazioni 2,257
Versione Corrente 1.1
Ultimo Aggiornamento 2015-03-04
Data di Pubblicazione 2015-03-04
Valutazione 4.00/5 Totale 25 Valutazioni
Sviluppatore https://kadoo.dk
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}