Youtube Channel Playlist
This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Τι είναι το Youtube Channel Playlist;
Το Youtube Channel Playlist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hornobster, και η κύρια λειτουργία του είναι "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".
Λήψη αρχείου CRX της επέκτασης Youtube Channel Playlist
Λήψη αρχείων επέκτασης Youtube Channel Playlist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will start playing the channel playlist of uploaded videos, starting from the current one. Instructions: - Open a Youtube video - Click on Youtube Channel Playlist icon - Enjoy your playlist!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ookpplnjaaifdpfafceoaibpcdhigggi |
Επίσημο URL | https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi |
Περιγραφή | This extension will start playing the channel playlist of uploaded videos, starting from the current one. |
Μέγεθος Αρχείου | 14.03 KB |
Αριθμός Εγκαταστάσεων | 33 |
Τρέχουσα Έκδοση | 1.1.3 |
Τελευταία Ενημέρωση | 2015-02-07 |
Ημερομηνία Δημοσίευσης | 2015-02-07 |
Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Hornobster |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Channel Playlist", "short_name": "YTPlaylist", "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.", "version": "1.1.3", "permissions": [ "activeTab", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "action.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Start playlist" } } |