Subscribe to YouTube Playlists
Easily check your added playlists for new videos.
什么是Subscribe to YouTube Playlists?
Subscribe to YouTube Playlists是由https://youtube-extensions.gonguet.com开发的Chrome扩展程序,该扩展的主要功能是“Easily check your added playlists for new videos.”。
扩展截图
下载Subscribe to YouTube Playlists扩展crx文件
下载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\/*"
]
}
]
} | |