Youtube Playlist alphabetical A-Z sorting
Sort your Youtube Playlists alphabetically by default
Co je Youtube Playlist alphabetical A-Z sorting?
Youtube Playlist alphabetical A-Z sorting je rozšíření Chrome vyvinuté lanes, a jeho hlavní funkcí je „Sort your Youtube Playlists alphabetically by default“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Playlist alphabetical A-Z sorting
Stáhněte si soubory rozšíření Youtube Playlist alphabetical A-Z sorting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Youtube Playlist alphabetical A-Z sorting |
ID | bfoekbolilhdghaadhnnjfaccgfpggph |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph |
Popis | Sort your Youtube Playlists alphabetically by default |
Velikost souboru | 41.59 KB |
Počet instalací | 1,487 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2022-12-19 |
Datum Vydání | 2022-12-18 |
Hodnocení | 4.75/5 Celkem 32 Hodnocení |
Vývojář | lanes |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://simplescraper.io/privacy |
Podporované Jazyky | 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" } ] } |