hulucaster

Make it easy to stream hulu to chromecast

Cos'è hulucaster?

hulucaster è un'estensione di Chrome sviluppata da todderick, e la sua funzione principale è "Make it easy to stream hulu to chromecast".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione hulucaster

Scarica i file di estensione hulucaster 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 app is designed to make it so that you can cast hulu videos to chromecast.  Simply install the extension and open a video as normal on hulu.  It should open into a video that will take up the full tab, thus making it cast to chromecast correctly.

You may need to resize the tab to get rid of black bars, but that's easier than the hoops you used to need to jump hoop.

Thumbnails should have a green background behind the link text when this is active.                    

Informazioni di Base sull'Estensione

Nome hulucaster hulucaster
ID ncmhcdaegklmjppblhhdhfallpbielal
URL Ufficiale https://chrome.google.com/webstore/detail/hulucaster/ncmhcdaegklmjppblhhdhfallpbielal
Descrizione Make it easy to stream hulu to chromecast
Dimensione del File 103 KB
Conteggio Installazioni 2,000
Versione Corrente 0.1.0
Ultimo Aggiornamento 2014-04-22
Data di Pubblicazione 2014-04-22
Valutazione 2.85/5 Totale 20 Valutazioni
Sviluppatore todderick
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://thpcod.es/hulucastable
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "hulucaster",
    "version": "0.1.0",
    "description": "Make it easy to stream hulu to chromecast",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hulu.com\/*",
                "*:\/\/hulu.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "hulucastable_extension.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "jquery.min.map"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "homepage_url": "http:\/\/thpcod.es\/hulucaster",
    "author": "Todd H. Page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "257": "icon257.png"
    }
}