Hulu Easy Pop Out

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

O que é Hulu Easy Pop Out?

Hulu Easy Pop Out é uma extensão do Chrome desenvolvida por Adam Courtemanche, e sua principal característica é "Makes it easy to open Hulu videos in the Pop Out video player".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hulu Easy Pop Out

Baixe arquivos de extensão Hulu Easy Pop Out no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hulu Easy Pop Out Hulu Easy Pop Out
ID dmdidacioohghaemnkfhcmpjbmanmfok
URL Oficial https://chromewebstore.google.com/detail/hulu-easy-pop-out/dmdidacioohghaemnkfhcmpjbmanmfok
Descrição Makes it easy to open Hulu videos in the Pop Out video player
Tamanho do Arquivo 62.65 KB
Contagem de Instalações 4,119
Versão Atual 1.0.2
Última Atualização 2014-03-21
Data de Publicação 2014-03-21
Classificação 3.08/5 Total de 49 Avaliações
Desenvolvedor Adam Courtemanche
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}