Playtube: Youtube Playlist Manager
Alphabetically re-order playlists when you save to the playlist
Apa itu Playtube: Youtube Playlist Manager?
Playtube: Youtube Playlist Manager adalah ekstensi Chrome yang dikembangkan oleh Infinityu, dan fitur utamanya adalah "Alphabetically re-order playlists when you save to the playlist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Playtube: Youtube Playlist Manager
Unduh file ekstensi Playtube: Youtube Playlist Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Playtube: Youtube Playlist Manager |
ID | foigpnjgfclhhkpbkgfmbdbeiiklioof |
URL Resmi | https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof |
Deskripsi | Alphabetically re-order playlists when you save to the playlist |
Ukuran File | 40.83 KB |
Jumlah Instalasi | 659 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-09-09 |
Tanggal Publikasi | 2021-09-09 |
Penilaian | 4.92/5 Total 12 Penilaian |
Pengembang | Infinityu |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |