Playtube: Youtube Playlist Manager

Alphabetically re-order playlists when you save to the playlist

Playtube: Youtube Playlist Manager là gì?

Playtube: Youtube Playlist Manager là một tiện ích mở rộng Chrome được phát triển bởi Infinityu, và tính năng chính của nó là "Alphabetically re-order playlists when you save to the playlist".

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

screenshot

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

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

                        Alphabetically re-order playlists as shown in save to menu.

More features are on the way
 - alphabetize playlist on sidebar
 - search playlist when saving video
 - etc...

This is a third-party tool and not endorsed by or produced by Youtube or Google.                    

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

Tên Playtube: Youtube Playlist Manager Playtube: Youtube Playlist Manager
ID foigpnjgfclhhkpbkgfmbdbeiiklioof
URL Chính Thức https://chromewebstore.google.com/detail/playtube-youtube-playlist/foigpnjgfclhhkpbkgfmbdbeiiklioof
Mô tả Alphabetically re-order playlists when you save to the playlist
Kích Thước Tệp 40.83 KB
Số Lần Cài Đặt 659
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-09-09
Ngày Phát Hành 2021-09-09
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Infinityu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playtube: Youtube Playlist Manager",
    "description": "Alphabetically re-order playlists when you save to the playlist",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}