Youtube Playlist alphabetical A-Z sorting

Sort your Youtube Playlists alphabetically by default

What is Youtube Playlist alphabetical A-Z sorting?

Youtube Playlist alphabetical A-Z sorting is a Chrome extension developed by lanes, and its main feature is "Sort your Youtube Playlists alphabetically by default".

Extension Screenshots

screenshot
screenshot

Download Youtube Playlist alphabetical A-Z sorting Extension CRX File

Download Youtube Playlist alphabetical A-Z sorting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sorts your Youtube playlists alphabetically (A - Z) to make organizing and navigating Youtube easier. 

Works on your playlists in the sidebar as well as the playlist popup that show when you click the 'Save to Playlist' button. 

Key info:

	- Works automatically when Youtube is opened
	- 'Watch later' still remains at the top of your playlists
	- Does NOT request permission for any website except Youtube, nor any other invasive permissions



Please use the Support tab for feature requests.


---

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is not affiliated with YouTube or an official extension.                    

Extension Basic Information

Name Youtube Playlist alphabetical A-Z sorting Youtube Playlist alphabetical A-Z sorting
ID bfoekbolilhdghaadhnnjfaccgfpggph
Official URL https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph
Description Sort your Youtube Playlists alphabetically by default
File Size 41.59 KB
Installation Count 1,487
Current Version 1.0.0
Last Updated 2022-12-19
Publish Date 2022-12-18
Rating 4.75/5 Total 32 Ratings
Developer lanes
Email [email protected]
Payment Type free
Privacy Policy Page URL https://simplescraper.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Playlist alphabetical A-Z sorting",
    "description": "Sort your Youtube Playlists alphabetically by default",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo_128.png",
        "32": "logo_128.png",
        "48": "logo_128.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script-dist.js"
            ],
            "run_at": "document_end"
        }
    ]
}