YouTube Playlist Duration Calculator

Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.

YouTube Playlist Duration Calculator क्या है?

YouTube Playlist Duration Calculator DavidLee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Playlist Duration Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find out the total duration or length of the YouTube Playlist (lectures, tutorials, music, video clips) and see how much you have watched (also displayed as a progress bar).

Keep track of the lectures, musics videos, movie clips of playlists you are watching.

Works perfectly with huge playlists as well. Hit refresh button when the instruction tells you.

Once the time has loaded, there is no need to refresh. Just click on the icon to see the time and progress.

When more than 100 videos are in the playlist, scroll down and load more videos to find out full length of the playlist.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube Playlist Duration Calculator YouTube Playlist Duration Calculator
ID hfkcllpkaefjfaiiobanmfkabkncfike
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-playlist-duration/hfkcllpkaefjfaiiobanmfkabkncfike
विवरण Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.
फ़ाइल का आकार 50.04 KB
स्थापना संख्या 1,365
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2023-01-23
प्रकाशन तिथि 2021-02-13
रेटिंग 3.35/5 कुल 17 रेटिंग्स
डेवलपर DavidLee
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Playlist Duration Calculator",
    "version": "1.3.0",
    "description": "Get total length\/duration of YouTube playlist of lectures, tutorials, music videos, etc.",
    "manifest_version": 2,
    "icons": {
        "128": ".\/img\/icon128.png",
        "48": ".\/img\/icon48.png",
        "16": ".\/img\/icon16.png"
    },
    "browser_action": {
        "default_icon": ".\/img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/playlist?list=*"
            ],
            "js": [
                ".\/src\/content.js"
            ]
        }
    ]
}