Quick Playlist
Quick Play List (QPL) for YouTube allows you to create a quick play list from your favourite YouTube videos
Τι είναι το Quick Playlist;
Το Quick Playlist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SmartWebTechSol, και η κύρια λειτουργία του είναι "Quick Play List (QPL) for YouTube allows you to create a quick play list from your favourite YouTube videos".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Quick Playlist
Λήψη αρχείων επέκτασης Quick Playlist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quick Playlist is a simple light-weight No-frill Local playlist builder for YouTube. Playlist stays in your computer and you can quickly add/remove videos to the playlist. ==================================================================== What's New: * Added Option to Clear Entire Playlist * Performance Tweaks ==================================================================== How many times you have to open multiple tabs in YouTube just because you don't want to miss suggested videos? We know YouTube is really an amazing place but sometimes you can get overwhelmed by choices and would like to quickly add few videos to a temporary play list. Quick Playlist(QPL) for YouTube is perfect solution for this problem and it allows you to save YouTube videos from anywhere to your local playlist. It is very small in size and super fast so it will not affect performance of your browser. So don't fall prey of multiple YouTube tabs for watching your favorite videos, just use QPL and enjoy videos at lightning speed :) Please send your comments/suggestions to [email protected] ====================================================================== FAQ: (1) Can I save the generated playlist? Can I export it or save it to YouTube? (A) The generated playlist is automatically saved to your local storage. Currently exporting or saving it to YouTube is not supported as we want to keep this simple, light weight and super-fast. (2) Why the next video in playlist is not automatically getting played? (A) The main purpose of QPL is to allow users to create temporary playlist of the videos that he wants to enjoy. Since adding these videos will be random, we thought users may want to play it as per their choice. If enough users request us for adding auto-play next video feature, we will definitely work upon it. (3) What is the impact on Chrome Performance if I install this extension? (A) QPL is one of those extensions which has minimum performance impact on the chrome browser. It hardly users few KBs of disk space and few MBs of memory. The main motto behind creating this no-frill light weight product is to ensure that there is zero performance impact.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Quick Playlist |
ID | kcdjdmfppjlnfcmndjjgccdpccffhohg |
Επίσημο URL | https://chromewebstore.google.com/detail/quick-playlist/kcdjdmfppjlnfcmndjjgccdpccffhohg |
Περιγραφή | Quick Play List (QPL) for YouTube allows you to create a quick play list from your favourite YouTube videos |
Μέγεθος Αρχείου | 220 KB |
Αριθμός Εγκαταστάσεων | 361 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2015-01-13 |
Ημερομηνία Δημοσίευσης | 2015-01-13 |
Αξιολόγηση | 4.10/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | SmartWebTechSol |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_24.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Quick Play List (QPL) for YouTube allows you to create a quick play list from your favourite YouTube videos", "icons": { "128": "img\/ico_128.png", "16": "img\/ico_16.png", "48": "img\/ico_48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApvpdncmNtm+iIzz9oktfHLpcOFgS1agSj3dwK52pD6czjOPHayW5Rzex8WDKfu4Q6pWZXfZvtULSYWrcKHHcMi0lx\/m9M8sy+rFZ22R2QhODo7brTd1u+grZ\/i\/3jqcXFxU4KSIthoe98A3YvNqf\/jf3SWUVdre+K+UFUjhG7LcqVam2t8wM6o8Xnzp0LKuFCliB9DKw7qXnKZJ0YYJ6ZUj3fg+txzef4SL0KUf+++cM2zVVdz1sMHZyMlrrBNEo1BUsvUSOHIOGELUzYShiolFZ5jlG1pygsS9U4wRKIRZmCZ9texZcffQENTUZ7OqVGR\/ZaiO6SWQSXd7zjY6wnQIDAQAB", "manifest_version": 2, "name": "Quick Playlist", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications" ], "short_name": "QPL", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "web_accessible_resources": [ "img\/button_add.png", "content.js" ] } |