Youtube Playlist alphabetical A-Z sorting
Sort your Youtube Playlists alphabetically by default
O que é Youtube Playlist alphabetical A-Z sorting?
Youtube Playlist alphabetical A-Z sorting é uma extensão do Chrome desenvolvida por lanes, e sua principal característica é "Sort your Youtube Playlists alphabetically by default".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Playlist alphabetical A-Z sorting
Baixe arquivos de extensão Youtube Playlist alphabetical A-Z sorting no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Youtube Playlist alphabetical A-Z sorting |
ID | bfoekbolilhdghaadhnnjfaccgfpggph |
URL Oficial | https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph |
Descrição | Sort your Youtube Playlists alphabetically by default |
Tamanho do Arquivo | 41.59 KB |
Contagem de Instalações | 1,487 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-12-19 |
Data de Publicação | 2022-12-18 |
Classificação | 4.75/5 Total de 32 Avaliações |
Desenvolvedor | lanes |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://simplescraper.io/privacy |
Idiomas Suportados | 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" } ] } |