Playtube: Youtube Playlist Manager

Alphabetically re-order playlists when you save to the playlist

Co to jest Playtube: Youtube Playlist Manager?

Playtube: Youtube Playlist Manager to rozszerzenie Chrome opracowane przez Infinityu, a jego główną funkcją jest „Alphabetically re-order playlists when you save to the playlist”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Playtube: Youtube Playlist Manager

Pobierz pliki rozszerzeń Playtube: Youtube Playlist Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Playtube: Youtube Playlist Manager Playtube: Youtube Playlist Manager
ID foigpnjgfclhhkpbkgfmbdbeiiklioof
Oficjalny URL https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof
Opis Alphabetically re-order playlists when you save to the playlist
Rozmiar pliku 40.83 KB
Liczba instalacji 659
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-09-09
Data Publikacji 2021-09-09
Ocena 4.92/5 Łącznie 12 Oceny
Deweloper Infinityu
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}