Playtube: Youtube Playlist Manager
Alphabetically re-order playlists when you save to the playlist
Playtube: Youtube Playlist Managerとは何ですか?
Playtube: Youtube Playlist ManagerはInfinityuによって開発されたChromeの拡張機能で、その主な機能は「Alphabetically re-order playlists when you save to the playlist」です。
拡張機能のスクリーンショット
Playtube: Youtube Playlist Manager拡張機能のCRXファイルをダウンロード
Playtube: Youtube Playlist Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Alphabetically re-order playlists as shown in save to menu. More features are on the way - alphabetize playlist on sidebar - search playlist when saving video - etc... This is a third-party tool and not endorsed by or produced by Youtube or Google.
拡張機能の基本情報
名前 | Playtube: Youtube Playlist Manager |
ID | foigpnjgfclhhkpbkgfmbdbeiiklioof |
公式URL | https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof |
説明 | Alphabetically re-order playlists when you save to the playlist |
ファイルサイズ | 40.83 KB |
インストール数 | 659 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-09-09 |
公開日 | 2021-09-09 |
評価 | 4.92/5 合計 12 レビュー |
開発者 | Infinityu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Playtube: Youtube Playlist Manager", "description": "Alphabetically re-order playlists when you save to the playlist", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "js": [ "jquery-3.6.0.min.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |