Playtube: Youtube Playlist Manager

Alphabetically re-order playlists when you save to the playlist

Qu'est-ce que Playtube: Youtube Playlist Manager ?

Playtube: Youtube Playlist Manager est une extension Chrome développée par Infinityu, et sa fonction principale est "Alphabetically re-order playlists when you save to the playlist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Playtube: Youtube Playlist Manager

Téléchargez les fichiers d'extension Playtube: Youtube Playlist Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Playtube: Youtube Playlist Manager Playtube: Youtube Playlist Manager
ID foigpnjgfclhhkpbkgfmbdbeiiklioof
URL Officiel https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof
Description Alphabetically re-order playlists when you save to the playlist
Taille du Fichier 40.83 KB
Nombre d'Installations 659
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-09-09
Date de Publication 2021-09-09
Évaluation 4.92/5 Total 12 Évaluations
Développeur Infinityu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}