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 |
| 官方網址 | 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\/*"
]
}
]
} | |