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 |
电子邮箱 | [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" } } |