Youtube Channel Playlist

This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Youtube Channel Playlist là gì?

Youtube Channel Playlist là một tiện ích mở rộng Chrome được phát triển bởi Hornobster, và tính năng chính của nó là "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".

Tải xuống tệp CRX của tiện ích mở rộng Youtube Channel Playlist

Tải xuống các tệp mở rộng Youtube Channel Playlist 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

                        This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Instructions:

- Open a Youtube video
- Click on Youtube Channel Playlist icon
- Enjoy your playlist!                    

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

Tên Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
Mô tả This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Kích Thước Tệp 14.03 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2015-02-07
Ngày Phát Hành 2015-02-07
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hornobster
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Channel Playlist",
    "short_name": "YTPlaylist",
    "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Start playlist"
    }
}