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ç द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get YouTube playlist duration & sort videos in a playlist."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        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
आधिकारिक URL 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"
    }
}