Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
Что такое Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists - это расширение Chrome, разработанное https://youtube-extensions.gonguet.com, и его основная функция - "Easily check your added playlists for new videos.".
Снимки экрана расширения
Скачать файл CRX расширения Subscribe to YouTube Playlists
Скачайте файлы расширений Subscribe to YouTube Playlists в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A tool to check if there are new videos in the playlists you added to your library.
Now with a subscriptions-like feed! Основная информация о расширении
| Название | |
| ID | iiidhbnhammhbfmaigembfdlmaeabgfl |
| Официальный URL | https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl |
| Описание | Easily check your added playlists for new videos. |
| Размер файла | 158 KB |
| Количество установок | 15 |
| Текущая Версия | 1.3.1 |
| Последнее Обновление | 2023-06-18 |
| Дата публикации | 2022-10-06 |
| Рейтинг | 3.33/5 Всего 3 оценок |
| Разработчик | https://youtube-extensions.gonguet.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://youtube-extensions.gonguet.com/ |
| Поддерживаемые языки | 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\/*"
]
}
]
} | |