HelloHulu
Gives you quick access to Hulu videos.
Τι είναι το HelloHulu;
Το HelloHulu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chance Snow, και η κύρια λειτουργία του είναι "Gives you quick access to Hulu videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HelloHulu
Λήψη αρχείων επέκτασης HelloHulu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
** HelloHulu is currently being redesigned and updated to fit with Hulu's new look. HelloHulu currently provides limited functionality. ** HelloHulu provides users with quick links to Hulu videos so that they can quickly get to the Hulu video they want to see, all in a convenient popup. Simply navigate to the section you want to see, check out your queue, or search for a video with the integrated search function. The popup will then fetch a list of videos with which you can scroll through and find the video you want to watch. In addition to HelloHulu's popup features, HelloHulu also provides a convenience enhancement by adding 'Scroll to Top' and 'Scroll to Video' buttons to Hulu.com. HelloHulu will also notify you of additions to your queue, just visit your Hulu.com queue to get started. HelloHulu is fast and easy to use. Install it today! * The HelloHulu extension only checks a user's login status when a Hulu tab is open. Also, HelloHulu does NOT ask for or use your username(e-mail) or password. (As with Hulu, HelloHulu only works in the United States.) Comments, constructive criticism, and suggestions are welcome! ----------------- Update Log ----------------- [10-14-2012] v1.3.1 Message to users: A new HelloHulu is coming! [05-16-2011] v1.3 Added view queue within popup Improved thumbnail display Added 'Add to queue' button to items Added 'Scroll to Top' and 'Scroll to Video' buttons to Hulu.com Added new item(s) in queue notifier Added 'Automatically scroll a video into view' option Added 'Show scroll buttons' option Added 'Notify you of additions to your queue' option Added 'Check for additions to your queue every ...' option [11-15-2010] v1.2.2 Removed 'Your Account' shortcut link Added queue number badge Added options page Added 'Show badge' option Added 'Open links in an already opened Hulu tab' option Added 'TV' and 'Movies' category changer [10-04-2010] v1.2.1.1 Fixed fatal error when parsing title string [10-04-2010] v1.2.1 Added formatting changes to video titles Added additional formatting changes [07-25-2010] v1.2.0 Added 'Login' shortcut link Added 'Your Account' shortcut link Added 'Queue (#)' shortcut link [06-12-2010] v1.0.1.1 Fixed analytics bug [06-11-2010] v1.0.1 Added analytics [06-08-2010] v1.0.0 Initial release
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bgcgijbgdgliannflafmflgnmekedcbf |
Επίσημο URL | https://chrome.google.com/webstore/detail/hellohulu/bgcgijbgdgliannflafmflgnmekedcbf |
Περιγραφή | Gives you quick access to Hulu videos. |
Μέγεθος Αρχείου | 84.96 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1.3.1 |
Τελευταία Ενημέρωση | 2012-10-14 |
Ημερομηνία Δημοσίευσης | 2012-10-14 |
Αξιολόγηση | 4.07/5 Συνολικά 29 Αξιολογήσεις |
Προγραμματιστής | Chance Snow |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelloHulu", "version": "1.3.1", "description": "Gives you quick access to Hulu videos.", "icons": { "16": "popupicon.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "popupicon.png", "default_title": "HelloHulu", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |