YouTube Playlist Duration

Popup to show the duration of the YouTube playlist.

Τι είναι το YouTube Playlist Duration;

Το YouTube Playlist Duration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shmdsgn, και η κύρια λειτουργία του είναι "Popup to show the duration of the YouTube playlist.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Playlist Duration

Λήψη αρχείων επέκτασης YouTube Playlist Duration σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        An very lightweight extension to calculate & shows the total duration of the YouTube playlist in the popup of the extension.

The script uses the DOM to calculate the length so there are no API calls to cause slow downs or pose security risks.

💡How to use:

After installing & enabling the extension, simply visit any YouTube playlist overview page (the URL should begin with 'https://youtube.com/playlist').

For example, https://www.youtube.com/playlist?list=PLC3y8-rFHvwisvxhZ135pogtX7_Oe3Q3A

Or open a page where a video is being played from a playlist...

The details can then be found within the extension pop-up.

You will see the following the following displayed:
  - Videos counted (how many videos were used to calculate the total duration)
  - Average Duration of a video
  - Total duration of the playlist
  - Total time if seen in 1.5x speed
  - Total time if seen in 2x speed                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube Playlist Duration YouTube Playlist Duration
ID bpojpijaddmjkblcbkhnhhgjecmfmgil
Επίσημο URL https://chromewebstore.google.com/detail/youtube-playlist-duration/bpojpijaddmjkblcbkhnhhgjecmfmgil
Περιγραφή Popup to show the duration of the YouTube playlist.
Μέγεθος Αρχείου 12.4 KB
Αριθμός Εγκαταστάσεων 361
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2024-02-12
Ημερομηνία Δημοσίευσης 2023-04-09
Αξιολόγηση 5.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής shmdsgn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.termsfeed.com/live/ae9bdcb3-ef05-45c9-8e2d-8224155c43fe
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Playlist Duration",
    "version": "1.1.3",
    "description": "Popup to show the duration of the YouTube playlist.",
    "manifest_version": 3,
    "action": {
        "default_title": "YouTube Playlist Duration",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}