Qulu – Your Hulu Queue

Access your Hulu queue right from the toolbar! A badge shows you if you have anything to watch right now.

Τι είναι το Qulu – Your Hulu Queue;

Το Qulu – Your Hulu Queue είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Timothée Boucher, και η κύρια λειτουργία του είναι "Access your Hulu queue right from the toolbar! A badge shows you if you have anything to watch right now.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Qulu – Your Hulu Queue

Λήψη αρχείων επέκτασης Qulu – Your Hulu Queue σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Qulu lets you easily access your Hulu queue, right from your toolbar.

Get notified when you have new shows to watch, delete old videos and start watching the one you want in just two clicks!

Qulu adds a button to your toolbar that will display a badge with the number of videos in your queue. Click it and a popup will open with the list of your videos, ready to be watched! You can also do a bit of house-cleaning and remove videos you don't want to watch anymore.

Even better, you'll be warned when videos are about to expired so you can finally make the time to watch them before it's too late.

You can also get desktop notifications when new episodes arrived!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Qulu – Your Hulu Queue Qulu – Your Hulu Queue
ID iggfkakbafpkgjaocfjaoehcclhcjckb
Επίσημο URL https://chromewebstore.google.com/detail/qulu-%E2%80%93-your-hulu-queue/iggfkakbafpkgjaocfjaoehcclhcjckb
Περιγραφή Access your Hulu queue right from the toolbar! A badge shows you if you have anything to watch right now.
Μέγεθος Αρχείου 654 KB
Αριθμός Εγκαταστάσεων 1,063
Τρέχουσα Έκδοση 0.7.5
Τελευταία Ενημέρωση 2015-03-20
Ημερομηνία Δημοσίευσης 2015-03-20
Αξιολόγηση 4.63/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής Timothée Boucher
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qulu \u2013 Your Hulu Queue",
    "version": "0.7.5",
    "manifest_version": 2,
    "description": "Access your Hulu queue right from the toolbar! A badge shows you if you have anything to watch right now.",
    "icons": {
        "48": "images\/logo_48x48.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-2.1.0.min.js",
            "js\/lib\/underscore-min.js",
            "js\/lib\/backbone-min.js",
            "js\/lib\/backbone.localStorage.js",
            "js\/lib\/moment.min.js",
            "js\/Episode.js",
            "js\/Queue.js",
            "js\/mixpanel.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "Qulu - Your Hulu Queue",
        "default_icon": {
            "19": "images\/logo_gray_19x19.png",
            "38": "images\/logo_gray_38x38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "*:\/\/*.mixpanel.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.huluim.com\/*"
    ],
    "content_security_policy": "img-src 'self' data: http:\/\/*.huluim.com; script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'"
}