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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam Courtemanche, και η κύρια λειτουργία του είναι "Makes it easy to open Hulu videos in the Pop Out video player".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hulu Easy Pop Out

Λήψη αρχείων επέκτασης 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\/*"
            ]
        }
    ]
}