Hulu Easy Pop Out

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

Was ist Hulu Easy Pop Out?

Hulu Easy Pop Out ist eine Chrome-Erweiterung, die von Adam Courtemanche entwickelt wurde, und ihr Hauptmerkmal ist "Makes it easy to open Hulu videos in the Pop Out video player".

Erweiterungsscreenshots

screenshot

Hulu Easy Pop Out-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hulu Easy Pop Out-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hulu Easy Pop Out Hulu Easy Pop Out
ID dmdidacioohghaemnkfhcmpjbmanmfok
Offizielle URL https://chromewebstore.google.com/detail/hulu-easy-pop-out/dmdidacioohghaemnkfhcmpjbmanmfok
Beschreibung Makes it easy to open Hulu videos in the Pop Out video player
Dateigröße 62.65 KB
Installationsanzahl 4,119
Aktuelle Version 1.0.2
Letztes Update 2014-03-21
Veröffentlichungsdatum 2014-03-21
Bewertung 3.08/5 Insgesamt 49 Bewertungen
Entwickler Adam Courtemanche
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}