Playtube: Youtube Playlist Manager

Alphabetically re-order playlists when you save to the playlist

Co je Playtube: Youtube Playlist Manager?

Playtube: Youtube Playlist Manager je rozšíření Chrome vyvinuté Infinityu, a jeho hlavní funkcí je „Alphabetically re-order playlists when you save to the playlist“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Playtube: Youtube Playlist Manager

Stáhněte si soubory rozšíření Playtube: Youtube Playlist Manager 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í

                        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.                    

Základní Informace o Rozšíření

Název Playtube: Youtube Playlist Manager Playtube: Youtube Playlist Manager
ID foigpnjgfclhhkpbkgfmbdbeiiklioof
Oficiální URL https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof
Popis Alphabetically re-order playlists when you save to the playlist
Velikost souboru 40.83 KB
Počet instalací 659
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-09-09
Datum Vydání 2021-09-09
Hodnocení 4.92/5 Celkem 12 Hodnocení
Vývojář Infinityu
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}