Playlist Sorter for YouTube

Sort YouTube playlist videos alphabetically by title

Playlist Sorter for YouTube क्या है?

Playlist Sorter for YouTube https://pocketproduct.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort YouTube playlist videos alphabetically by title"।

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

screenshot

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

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

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

                        PLEASE NOTE: this extension supports sorting up to approximately 100 videos in a playlist. The YouTube API is not designed to efficiently sort videos in a playlist. This means the extension must iterate over each individual video, and it will take time, and you may get a 429 or quota error if you attempt to sort a playlist with more than 100 videos.

You've just uploaded 100 family videos to YouTube. You even put them in a playlist. But when you watch them, they're out of order. Manually reordering all those videos is a huge pain. Luckily, you named them with a year and month prefix. You go to the playlist settings and change the ordering to "Alphabetical". But wait, there is no option to sort alphabetically!?!?!

This extension will let you sort your playlist videos by title, in ascending or descending order.

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

नाम Playlist Sorter for YouTube Playlist Sorter for YouTube
ID ameobkgafemjmlgobgbdadbdbgncbecg
आधिकारिक URL https://chromewebstore.google.com/detail/playlist-sorter-for-youtu/ameobkgafemjmlgobgbdadbdbgncbecg
विवरण Sort YouTube playlist videos alphabetically by title
फ़ाइल का आकार 926 KB
स्थापना संख्या 9,469
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2020-05-09
रेटिंग 3.79/5 कुल 104 रेटिंग्स
डेवलपर https://pocketproduct.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pocketproduct.com/
सहायता पृष्ठ URL http://pocketproduct.com/playlist-sorter/privacy.html
गोपनीयता नीति पृष्ठ URL http://pocketproduct.com/playlist-sorter/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playlist Sorter for YouTube",
    "version": "1.0.3",
    "description": "Sort YouTube playlist videos alphabetically by title",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "https:\/\/accounts.google.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}