Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Was ist Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists ist eine Chrome-Erweiterung, die von https://youtube-extensions.gonguet.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily check your added playlists for new videos.".
Erweiterungsscreenshots
Subscribe to YouTube Playlists-Erweiterungs-CRX-Datei herunterladen
Laden Sie Subscribe to YouTube Playlists-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A tool to check if there are new videos in the playlists you added to your library.
Now with a subscriptions-like feed! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
| Offizielle URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
| Beschreibung | Easily check your added playlists for new videos. |
| Dateigröße | 158 KB |
| Installationsanzahl | 15 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2023-06-18 |
| Veröffentlichungsdatum | 2022-10-06 |
| Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
| Entwickler | https://youtube-extensions.gonguet.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://youtube-extensions.gonguet.com/ |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |