Playtube: Youtube Playlist Manager

Alphabetically re-order playlists when you save to the playlist

Cos'è Playtube: Youtube Playlist Manager?

Playtube: Youtube Playlist Manager è un'estensione di Chrome sviluppata da Infinityu, e la sua funzione principale è "Alphabetically re-order playlists when you save to the playlist".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Playtube: Youtube Playlist Manager

Scarica i file di estensione Playtube: Youtube Playlist Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Playtube: Youtube Playlist Manager Playtube: Youtube Playlist Manager
ID foigpnjgfclhhkpbkgfmbdbeiiklioof
URL Ufficiale https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof
Descrizione Alphabetically re-order playlists when you save to the playlist
Dimensione del File 40.83 KB
Conteggio Installazioni 659
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-09-09
Data di Pubblicazione 2021-09-09
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore Infinityu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}