YouTube Playlist Duration
View the duration of YouTube playlists
Τι είναι το YouTube Playlist Duration;
Το YouTube Playlist Duration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sridhama Prakhya, και η κύρια λειτουργία του είναι "View the duration of YouTube playlists".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Playlist Duration
Λήψη αρχείων επέκτασης YouTube Playlist Duration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension unobtrusively displays the total duration of YouTube playlists. YouTube Playlist Duration is great for easily viewing the duration of playlists for online courses, music albums, podcasts, and more! Known issues: 1. Occasionally, the page must be refreshed for the duration counter to update. 2. Try restarting Chrome if the extension doesn't load. 3. Extension may not work due to pre-installed ad-blockers. 4. Click on duration box if it doesn't disappear. Source code: https://github.com/sridhama/youtube-playlist-duration
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Περιγραφή | View the duration of YouTube playlists |
Μέγεθος Αρχείου | 19.32 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 3.1.6 |
Τελευταία Ενημέρωση | 2021-03-14 |
Ημερομηνία Δημοσίευσης | 2020-06-21 |
Αξιολόγηση | 3.33/5 Συνολικά 111 Αξιολογήσεις |
Προγραμματιστής | Sridhama Prakhya |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/sridhama/youtube-playlist-duration |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.youtube.com\/playlist?list=*" ], "run_at": "document_end" } ], "description": "View the duration of YouTube playlists", "homepage_url": "https:\/\/github.com\/sridhama\/youtube-playlist-duration", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "YouTube Playlist Duration", "version": "3.1.6" } |