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 |
| Eメール | [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\/*"
]
}
]
} | |