Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Co to jest Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists to rozszerzenie Chrome opracowane przez https://youtube-extensions.gonguet.com, a jego główną funkcją jest „Easily check your added playlists for new videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Subscribe to YouTube Playlists
Pobierz pliki rozszerzeń Subscribe to YouTube Playlists w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A tool to check if there are new videos in the playlists you added to your library.
Now with a subscriptions-like feed! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
| Oficjalny URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
| Opis | Easily check your added playlists for new videos. |
| Rozmiar pliku | 158 KB |
| Liczba instalacji | 15 |
| Aktualna Wersja | 1.3.1 |
| Ostatnia Aktualizacja | 2023-06-18 |
| Data Publikacji | 2022-10-06 |
| Ocena | 3.33/5 Łącznie 3 Oceny |
| Deweloper | https://youtube-extensions.gonguet.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://youtube-extensions.gonguet.com/ |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |