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. 擴展基本資訊
| 名稱 | |
| ID | foigpnjgfclhhkpbkgfmbdbeiiklioof |
| 官方網址 | 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"
}
} | |