YTExplore - Calculate Playlist Duration

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

Co je YTExplore - Calculate Playlist Duration?

YTExplore - Calculate Playlist Duration je rozšíření Chrome vyvinuté irfanalam.anstar, a jeho hlavní funkcí je „YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YTExplore - Calculate Playlist Duration

Stáhněte si soubory rozšíření YTExplore - Calculate Playlist Duration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YTExplore - Calculate Playlist Duration YTExplore - Calculate Playlist Duration
ID bgfalbljifeicggidnbkdicbkhboggmg
Oficiální URL https://chromewebstore.google.com/detail/ytexplore-calculate-playl/bgfalbljifeicggidnbkdicbkhboggmg
Popis YouTube Playlist Length Calculator. Analyze YouTube Channels, Videos & Playlists. Simple & Fast!
Velikost souboru 75.68 KB
Počet instalací 421
Aktuální Verze 3.0
Poslední Aktualizace 2023-09-04
Datum Vydání 2021-04-22
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář irfanalam.anstar
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}