Subscribe to YouTube Playlists

Easily check your added playlists for new videos.

Subscribe to YouTube Playlists là gì?

Subscribe to YouTube Playlists là một tiện ích mở rộng Chrome được phát triển bởi https://youtube-extensions.gonguet.com, và tính năng chính của nó là "Easily check your added playlists for new videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Subscribe to YouTube Playlists

Tải xuống các tệp mở rộng Subscribe to YouTube Playlists dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A tool to check if there are new videos in the playlists you added to your library.

Now with a subscriptions-like feed!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subscribe to YouTube Playlists Subscribe to YouTube Playlists
ID iiidhbnhammhbfmaigembfdlmaeabgfl
URL Chính Thức https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl
Mô tả Easily check your added playlists for new videos.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-06-18
Ngày Phát Hành 2022-10-06
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://youtube-extensions.gonguet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youtube-extensions.gonguet.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}