Playtube: Youtube Playlist Manager
Alphabetically re-order playlists when you save to the playlist
Playtube: Youtube Playlist Managerคืออะไร?
Playtube: Youtube Playlist Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Infinityu และคุณลักษณะหลักของมันคือ "Alphabetically re-order playlists when you save to the playlist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playtube: Youtube Playlist Manager
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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"
}
} | |