Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
What is Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists is a Chrome extension developed by https://youtube-extensions.gonguet.com, and its main feature is "Easily check your added playlists for new videos.".
Extension Screenshots
Download Subscribe to YouTube Playlists Extension CRX File
Download Subscribe to YouTube Playlists extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A tool to check if there are new videos in the playlists you added to your library. Now with a subscriptions-like feed!
Extension Basic Information
Name | Subscribe to YouTube Playlists |
ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
Official URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
Description | Easily check your added playlists for new videos. |
File Size | 158 KB |
Installation Count | 15 |
Current Version | 1.3.1 |
Last Updated | 2023-06-18 |
Publish Date | 2022-10-06 |
Rating | 3.33/5 Total 3 Ratings |
Developer | https://youtube-extensions.gonguet.com |
[email protected] | |
Payment Type | free |
Extension Website | https://youtube-extensions.gonguet.com/ |
Supported Languages | 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\/*" ] } ] } |