Playtube: Youtube Playlist Manager
Alphabetically re-order playlists when you save to the playlist
Hvad er Playtube: Youtube Playlist Manager?
Playtube: Youtube Playlist Manager er en Chrome-udvidelse udviklet af Infinityu, og dens hovedfunktion er "Alphabetically re-order playlists when you save to the playlist".
Udvidelsesskærmbilleder
Download Playtube: Youtube Playlist Manager-udvidelses-CRX-fil
Download Playtube: Youtube Playlist Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Playtube: Youtube Playlist Manager |
ID | foigpnjgfclhhkpbkgfmbdbeiiklioof |
Officiel URL | https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof |
Beskrivelse | Alphabetically re-order playlists when you save to the playlist |
Filstørrelse | 40.83 KB |
Antal Installationer | 659 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-09-09 |
Udgivelsesdato | 2021-09-09 |
Bedømmelse | 4.92/5 Samlet 12 Bedømmelser |
Udvikler | Infinityu |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |