Hulu Easy Pop Out

Makes it easy to open Hulu videos in the Pop Out video player

Hulu Easy Pop Out là gì?

Hulu Easy Pop Out là một tiện ích mở rộng Chrome được phát triển bởi Adam Courtemanche, và tính năng chính của nó là "Makes it easy to open Hulu videos in the Pop Out video player".

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

screenshot

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

Tải xuống các tệp mở rộng Hulu Easy Pop Out 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

                        Hulu's default player is rather large, and it takes a few too many clicks to get the pop out player window, right? This extension aims to solve this problem by letting you right-click a video's thumbnail to open the popout window immediately. As an added bonus it lets you set the default width and height of the popout.

Note: It currently only works with some of the video types on Hulu, including Movies, Movie Trailers, TV Episodes, Clips, and possibly more. I've only tested this in the USA.

If you get the popup but the video doesn't load, please check your flash configuration. One of my testers reported that he had to re-enable Chrome's built-in flash plugin.

Thanks to the r/picrequests community and LAMcNamaraXVII (lamcnamaraxvii.deviantart.com) for the icon.                    

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

Tên Hulu Easy Pop Out Hulu Easy Pop Out
ID dmdidacioohghaemnkfhcmpjbmanmfok
URL Chính Thức https://chromewebstore.google.com/detail/hulu-easy-pop-out/dmdidacioohghaemnkfhcmpjbmanmfok
Mô tả Makes it easy to open Hulu videos in the Pop Out video player
Kích Thước Tệp 62.65 KB
Số Lần Cài Đặt 4,119
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-03-21
Ngày Phát Hành 2014-03-21
Đánh Giá 3.08/5 Tổng số 49 Đánh Giá
Nhà Phát Triển Adam Courtemanche
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hulu Easy Pop Out",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Makes it easy to open Hulu videos in the Pop Out video player",
    "options_page": "options\/index.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.hulu.com\/*"
            ]
        }
    ]
}