Youtube Playlist alphabetical A-Z sorting
Sort your Youtube Playlists alphabetically by default
Was ist Youtube Playlist alphabetical A-Z sorting?
Youtube Playlist alphabetical A-Z sorting ist eine Chrome-Erweiterung, die von lanes entwickelt wurde, und ihr Hauptmerkmal ist "Sort your Youtube Playlists alphabetically by default".
Erweiterungsscreenshots
Youtube Playlist alphabetical A-Z sorting-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Playlist alphabetical A-Z sorting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Sorts your Youtube playlists alphabetically (A - Z) to make organizing and navigating Youtube easier. Works on your playlists in the sidebar as well as the playlist popup that show when you click the 'Save to Playlist' button. Key info: - Works automatically when Youtube is opened - 'Watch later' still remains at the top of your playlists - Does NOT request permission for any website except Youtube, nor any other invasive permissions Please use the Support tab for feature requests. --- YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is not affiliated with YouTube or an official extension.
Grundlegende Informationen zur Erweiterung
Name | Youtube Playlist alphabetical A-Z sorting |
ID | bfoekbolilhdghaadhnnjfaccgfpggph |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph |
Beschreibung | Sort your Youtube Playlists alphabetically by default |
Dateigröße | 41.59 KB |
Installationsanzahl | 1,487 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-12-19 |
Veröffentlichungsdatum | 2022-12-18 |
Bewertung | 4.75/5 Insgesamt 32 Bewertungen |
Entwickler | lanes |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://simplescraper.io/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playlist alphabetical A-Z sorting", "description": "Sort your Youtube Playlists alphabetically by default", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "logo_128.png", "32": "logo_128.png", "48": "logo_128.png", "128": "logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/*" ], "js": [ "content-script-dist.js" ], "run_at": "document_end" } ] } |