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によって開発されたChromeの拡張機能で、その主な機能は「Get total length/duration of YouTube playlist of lectures, tutorials, music videos, etc.」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube Playlist Duration Calculator拡張機能のCRXファイルをダウンロード

YouTube Playlist Duration Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}