QHelper
QHelper - Helpful features to enhance your Netflix experience.
Τι είναι το QHelper;
Το QHelper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον QueIt, και η κύρια λειτουργία του είναι "QHelper - Helpful features to enhance your Netflix experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QHelper
Λήψη αρχείων επέκτασης QHelper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Can't find what you're looking for in your Netflix queue? Use this Chrome extension to easily update the sort order of your Netflix queue by title, genre, rating and combinations of the three. Makes it easier to find what you're looking for when using devices like ROKU, Wii and smart phones or tablets. Additional features coming soon. Please send us feedback about bugs or feature requests using the "send feedback' link on the details tab of the Chrome Web Store. Or contact us directly at [email protected] How it works: After you have installed the QHelper Chrome extension do the following: 1. Navigate to your Netflix DVD Queue or My List 2. The QHelper menu bar will appear above the netflix menu bar. 3. Click the Sort link. The QHelper sort window will appear. 4. Select the desired sort order and click the Sort button. Version Updates: 0.2.8 1. Resolved issue that caused menu bar to not display on the My List queue.
Βασικές Πληροφορίες Επέκτασης
Όνομα | QHelper |
ID | ebnohkbmielipemkmhcdlgghdijhlebb |
Επίσημο URL | https://chromewebstore.google.com/detail/qhelper/ebnohkbmielipemkmhcdlgghdijhlebb |
Περιγραφή | QHelper - Helpful features to enhance your Netflix experience. |
Μέγεθος Αρχείου | 681 KB |
Αριθμός Εγκαταστάσεων | 149 |
Τρέχουσα Έκδοση | 0.2.8 |
Τελευταία Ενημέρωση | 2014-08-02 |
Ημερομηνία Δημοσίευσης | 2014-08-02 |
Αξιολόγηση | 2.83/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | QueIt |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QHelper", "version": "0.2.8", "manifest_version": 2, "description": "QHelper - Helpful features to enhance your Netflix experience.", "background": { "scripts": [ "\/scripts\/backgroundbundle.js", "\/scripts\/backgroundNetflixDataProxy.js" ] }, "page_action": { "default_icon": "\/images\/QHelperIcon16.png", "default_title": "QHelper", "default_popup": "QueueHelperPopup.html" }, "icons": { "16": "\/images\/QHelperIcon16.png", "48": "\/images\/QHelperIcon48.png", "128": "\/images\/QHelperIcon128.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "\/scripts\/jquery.1.10.1.min.js", "\/scripts\/jquery-plugins\/scroller\/scroller.js", "\/scripts\/contentScriptBundle.js" ], "css": [ "\/css\/QHelper.css", "\/css\/scroller.css", "\/css\/uiBar.css" ] } ], "web_accessible_resources": [ "\/images\/QHelperIcon16.png", "\/images\/QHelperLogo.gif", "\/templates\/QHSortPopup.htm", "\/templates\/showsScroller.htm", "\/templates\/uiBar.htm", "manifest.json" ], "permissions": [ "tabs" ] } |