YTExplore - Calculate Playlist Duration

YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!

YTExplore - Calculate Playlist Duration क्या है?

YTExplore - Calculate Playlist Duration irfanalam.anstar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Know YouTube Playlist Duration/Length Easily.

Explore YouTube
Find complete details of YouTube Channels | Videos | Playlists
Check YouTube Playlist duration and other important metrics easily.
Check total number of videos and hours of a YouTube Channel.
YTExplore is a YouTube Playlist Length Checker, Channel, Video & Playlist Analyzer

It not only shows the playlist duration but also show several other important metrics like the number of the channels in that playlist, view count, channels having the highest/lowest video in the playlist and many more promising metrics.

How to use it:
* Click on the extension. Enter the Channel/Video/Playlist ID or URL in the input field and click on Calculate Metrics.
* Go to any Playlist on YouTube. You will see a button Calculate Playlist Length, click on it.
* You can even analyze a channel or videos. Go to Channel or Video page and you will see Analyze button, click on it.                    

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

नाम YTExplore - Calculate Playlist Duration YTExplore - Calculate Playlist Duration
ID bgfalbljifeicggidnbkdicbkhboggmg
आधिकारिक URL https://chromewebstore.google.com/detail/ytexplore-calculate-playl/bgfalbljifeicggidnbkdicbkhboggmg
विवरण YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!
फ़ाइल का आकार 75.68 KB
स्थापना संख्या 421
वर्तमान संस्करण 3.0
अंतिम अपडेट 2023-09-04
प्रकाशन तिथि 2021-04-22
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर irfanalam.anstar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YTExplore - Calculate Playlist Duration",
    "description": "YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!",
    "manifest_version": 3,
    "version": "3.0",
    "icons": {
        "16": "icon\/playlist_32.png",
        "48": "icon\/playlist_64.png",
        "128": "icon\/playlist_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/playlist_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "YTExplore - Calculate Playlist Duration",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/scripts\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/plugins\/jquery3.6.1.min.js",
                "js\/scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "tabs"
    ]
}