Playtube: Youtube Playlist Manager

Alphabetically re-order playlists when you save to the playlist

O que é Playtube: Youtube Playlist Manager?

Playtube: Youtube Playlist Manager é uma extensão do Chrome desenvolvida por Infinityu, e sua principal característica é "Alphabetically re-order playlists when you save to the playlist".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Playtube: Youtube Playlist Manager

Baixe arquivos de extensão Playtube: Youtube Playlist Manager 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

                        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.                    

Informações Básicas da Extensão

Nome Playtube: Youtube Playlist Manager Playtube: Youtube Playlist Manager
ID foigpnjgfclhhkpbkgfmbdbeiiklioof
URL Oficial https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof
Descrição Alphabetically re-order playlists when you save to the playlist
Tamanho do Arquivo 40.83 KB
Contagem de Instalações 659
Versão Atual 1.0.0
Última Atualização 2021-09-09
Data de Publicação 2021-09-09
Classificação 4.92/5 Total de 12 Avaliações
Desenvolvedor Infinityu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}