hulucaster

Make it easy to stream hulu to chromecast

hulucasterとは何ですか?

hulucasterはtodderickによって開発されたChromeの拡張機能で、その主な機能は「Make it easy to stream hulu to chromecast」です。

拡張機能のスクリーンショット

screenshot
screenshot

hulucaster拡張機能のCRXファイルをダウンロード

hulucaster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 hulucaster hulucaster
ID ncmhcdaegklmjppblhhdhfallpbielal
公式URL https://chrome.google.com/webstore/detail/hulucaster/ncmhcdaegklmjppblhhdhfallpbielal
説明 Make it easy to stream hulu to chromecast
ファイルサイズ 103 KB
インストール数 2,000
現在のバージョン 0.1.0
最終更新日 2014-04-22
公開日 2014-04-22
評価 2.85/5 合計 20 レビュー
開発者 todderick
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://thpcod.es/hulucastable
対応言語 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"
    }
}