Hulu Easy Pop Out

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

什么是Hulu Easy Pop Out?

Hulu Easy Pop Out是由Adam Courtemanche开发的Chrome扩展程序,该扩展的主要功能是“Makes it easy to open Hulu videos in the Pop Out video player”。

扩展截图

screenshot

下载Hulu Easy Pop Out扩展crx文件

下载Hulu Easy Pop Out扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hulu Easy Pop Out Hulu Easy Pop Out
ID dmdidacioohghaemnkfhcmpjbmanmfok
官方URL https://chromewebstore.google.com/detail/hulu-easy-pop-out/dmdidacioohghaemnkfhcmpjbmanmfok
简介 Makes it easy to open Hulu videos in the Pop Out video player
文件大小 62.65 KB
安装次数 4,119
当前版本 1.0.2
更新时间 2014-03-21
上架时间 2014-03-21
评分 3.08/5 共49次评分
开发者 Adam Courtemanche
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}