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
官方網址 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
電子郵箱 [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"
    }
}