Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Wat is Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists is een Chrome-extensie ontwikkeld door https://youtube-extensions.gonguet.com, en de belangrijkste functie is "Easily check your added playlists for new videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Subscribe to YouTube Playlists
Download Subscribe to YouTube Playlists-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A tool to check if there are new videos in the playlists you added to your library. Now with a subscriptions-like feed!
Basisinformatie over de Extensie
Naam | Subscribe to YouTube Playlists |
ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
Officiële URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
Beschrijving | Easily check your added playlists for new videos. |
Bestandsgrootte | 158 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2023-06-18 |
Publicatiedatum | 2022-10-06 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://youtube-extensions.gonguet.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://youtube-extensions.gonguet.com/ |
Ondersteunde Talen | 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\/*" ] } ] } |