YouTube Playlist Duration Calculator & Sorter

Get YouTube playlist duration & sort videos in a playlist.

什麼是YouTube Playlist Duration Calculator & Sorter?

YouTube Playlist Duration Calculator & Sorter是由Alperen Özdinç開發的Chrome擴展程式,該擴展的主要功能是“Get YouTube playlist duration & sort videos in a playlist.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載YouTube Playlist Duration Calculator & Sorter擴展crx文件

下載YouTube Playlist Duration Calculator & Sorter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get YouTube playlist duration & sort videos in a playlist.

To use:
-Visit any video in a playlist (https://www.youtube.com/watch?v=Wy1bTEFQyCc&list=PLNYkxOF6rcIDC0-BiwSL52yQ0n9rNozaF)
-Wait for page to fully load
-You can see the length and YouTube Playlist Toolkit

You may need to refresh the page if any error occurs.

You can see total playlist duration just above the videos.
You can remove or add any videos you want from calculation
You can select any spesific video and see the length after that video to the last.
You can also sort the playlist by name or length and then back to original playlist order.
All private or deleted videos will be filtered after extension starts.

Currently, extension does not work in YouTube page navigation, so the page must be refreshed after navigating to another playlist in same tab.

Any feedback from users will be taken into consideration as soon as possible.

You can see the source code on website section. Feel free to contribute!                    

擴展基本資訊

名稱 YouTube Playlist Duration Calculator & Sorter YouTube Playlist Duration Calculator & Sorter
ID dngkgieidmdojikecmaelophabnldbhh
官方網址 https://chrome.google.com/webstore/detail/youtube-playlist-duration/dngkgieidmdojikecmaelophabnldbhh
簡介 Get YouTube playlist duration & sort videos in a playlist.
檔案大小 1.27 MB
安裝次數 391
目前版本 1.1
更新時間 2021-02-04
上架時間 2021-01-13
評分 2.07/5 共 14 次評分
開發者 Alperen Özdinç
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ozdincalp/youtube-playlist-duration-calculator-sorter
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Playlist Duration Calculator & Sorter",
    "version": "1.1",
    "description": "Get YouTube playlist duration & sort videos in a playlist.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*list*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*.youtube.com\/watch*list*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    }
}