hulucaster

Make it easy to stream hulu to chromecast

hulucaster là gì?

hulucaster là một tiện ích mở rộng Chrome được phát triển bởi todderick, và tính năng chính của nó là "Make it easy to stream hulu to chromecast".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng hulucaster

Tải xuống các tệp mở rộng hulucaster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên hulucaster hulucaster
ID ncmhcdaegklmjppblhhdhfallpbielal
URL Chính Thức https://chrome.google.com/webstore/detail/hulucaster/ncmhcdaegklmjppblhhdhfallpbielal
Mô tả Make it easy to stream hulu to chromecast
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2014-04-22
Ngày Phát Hành 2014-04-22
Đánh Giá 2.85/5 Tổng số 20 Đánh Giá
Nhà Phát Triển todderick
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://thpcod.es/hulucastable
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}