Subscribe to YouTube Playlists

Easily check your added playlists for new videos.

Qu'est-ce que Subscribe to YouTube Playlists ?

Subscribe to YouTube Playlists est une extension Chrome développée par https://youtube-extensions.gonguet.com, et sa fonction principale est "Easily check your added playlists for new videos.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Subscribe to YouTube Playlists

Téléchargez les fichiers d'extension Subscribe to YouTube Playlists 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

                        A tool to check if there are new videos in the playlists you added to your library.

Now with a subscriptions-like feed!                    

Informations de Base sur l'Extension

Nom Subscribe to YouTube Playlists Subscribe to YouTube Playlists
ID iiidhbnhammhbfmaigembfdlmaeabgfl
URL Officiel https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl
Description Easily check your added playlists for new videos.
Taille du Fichier 158 KB
Nombre d'Installations 15
Version Actuelle 1.3.1
Dernière Mise à Jour 2023-06-18
Date de Publication 2022-10-06
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://youtube-extensions.gonguet.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://youtube-extensions.gonguet.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/loader.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/index.mjs",
                "scripts\/loader.js",
                "scripts\/ui.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}