Duration Playlist for Youtube
Manage a duration playlist in youtube
Τι είναι το Duration Playlist for Youtube;
Το Duration Playlist for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arsalan.sosa2021, και η κύρια λειτουργία του είναι "Manage a duration playlist in youtube".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Duration Playlist for Youtube
Λήψη αρχείων επέκτασης Duration Playlist for Youtube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Find the total playtime duration for a Youtube playlist. Want to know how long the Youtube playlist is for before you begin listening to the songs/music inside a Youtube playlist? You can do so now by installing our extension "Playlist Duration for Youtube". To begin using the software, simply do the following 1) Install our software extension 2) Go to the Youtube page which contains the Youtube Playlist 3) Click on our extension icon 4) Our software will calculate the total duration this Youtube playlist contains. Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. Duration Playlist for Youtube™ is not owned by,it is not licensed by and is not a subsidiary of Google Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jceilcfnpieekibdjoohlmajalhigmjh |
Επίσημο URL | https://chrome.google.com/webstore/detail/duration-playlist-for-you/jceilcfnpieekibdjoohlmajalhigmjh |
Περιγραφή | Manage a duration playlist in youtube |
Μέγεθος Αρχείου | 831 KB |
Αριθμός Εγκαταστάσεων | 2,000 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-12-08 |
Ημερομηνία Δημοσίευσης | 2020-08-22 |
Αξιολόγηση | 2.83/5 Συνολικά 52 Αξιολογήσεις |
Προγραμματιστής | arsalan.sosa2021 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "manifest_version": 2, "version": "1.0.0", "icons": { "16": "images\/video-16.png", "32": "images\/video-32.png", "48": "images\/video-48.png", "64": "images\/video-64.png", "128": "images\/video-128.png", "256": "images\/video-256.png" }, "background": { "scripts": [ "js\/update-conf.js", "js\/update.js" ] }, "permissions": [ "activeTab" ], "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true, "browser_action": { "default_title": "Youtube Duration", "default_popup": "popup.html" } } |