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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Subscribe to YouTube Playlists |
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\/*" ] } ] } |