Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Hvad er Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists er en Chrome-udvidelse udviklet af https://youtube-extensions.gonguet.com, og dens hovedfunktion er "Easily check your added playlists for new videos.".
Udvidelsesskærmbilleder
Download Subscribe to YouTube Playlists-udvidelses-CRX-fil
Download Subscribe to YouTube Playlists-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A tool to check if there are new videos in the playlists you added to your library.
Now with a subscriptions-like feed! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
| Officiel URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
| Beskrivelse | Easily check your added playlists for new videos. |
| Filstørrelse | 158 KB |
| Antal Installationer | 15 |
| Nuværende Version | 1.3.1 |
| Senest Opdateret | 2023-06-18 |
| Udgivelsesdato | 2022-10-06 |
| Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
| Udvikler | https://youtube-extensions.gonguet.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://youtube-extensions.gonguet.com/ |
| Understøttede Sprog | 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\/*"
]
}
]
} | |