Youtube Playlist alphabetical A-Z sorting

Sort your Youtube Playlists alphabetically by default

什么是Youtube Playlist alphabetical A-Z sorting?

Youtube Playlist alphabetical A-Z sorting是由lanes开发的Chrome扩展程序,该扩展的主要功能是“Sort your Youtube Playlists alphabetically by default”。

扩展截图

screenshot
screenshot

下载Youtube Playlist alphabetical A-Z sorting扩展crx文件

下载Youtube Playlist alphabetical A-Z sorting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Youtube Playlist alphabetical A-Z sorting Youtube Playlist alphabetical A-Z sorting
ID bfoekbolilhdghaadhnnjfaccgfpggph
官方URL https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph
简介 Sort your Youtube Playlists alphabetically by default
文件大小 41.59 KB
安装次数 1,487
当前版本 1.0.0
更新时间 2022-12-19
上架时间 2022-12-18
评分 4.75/5 共32次评分
开发者 lanes
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://simplescraper.io/privacy
支持的语言 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"
        }
    ]
}