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
Eメール [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"
        }
    ]
}