Queue for Youtube
Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.
Τι είναι το Queue for Youtube;
Το Queue for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον josephldailey, και η κύρια λειτουργία του είναι "Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Queue for Youtube
Λήψη αρχείων επέκτασης Queue for Youtube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Youtube Queue! Add a queue to the bottom of Youtube that you can build as you like. Features: Easily add any video to the end of the queue. Insert to play video next. Delete video. Clear queue. Control queue. FAQ Q: How is this different than the current way Youtube does queues. A: Instead of being limited to predetermined mixes/queues/playlists, you can build your own on the fly.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bhjdamjdahimmmpdbbhbcljhkihdokpo |
Επίσημο URL | https://chrome.google.com/webstore/detail/queue-for-youtube/bhjdamjdahimmmpdbbhbcljhkihdokpo |
Περιγραφή | Adds queue feature to Youtube. Unlike the current Youtube queue/playlist, this allows you to build your own queue on the fly. |
Μέγεθος Αρχείου | 462 KB |
Αριθμός Εγκαταστάσεων | 183 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2014-09-22 |
Ημερομηνία Δημοσίευσης | 2014-09-22 |
Αξιολόγηση | 2.37/5 Συνολικά 19 Αξιολογήσεις |
Προγραμματιστής | josephldailey |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/style.css", "css\/font-awesome.min.css" ], "js": [ "jquery.min.js", "jstorage.js", "ytq.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } ], "description": "Adds queue feature to Youtube. Unlike the current Youtube queue\/playlist, this allows you to build your own queue on the fly.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Queue for Youtube", "version": "0.1.2" } |