Youtube Playlist alphabetical A-Z sorting
Sort your Youtube Playlists alphabetically by default
Youtube Playlist alphabetical A-Z sorting là gì?
Youtube Playlist alphabetical A-Z sorting là một tiện ích mở rộng Chrome được phát triển bởi lanes, và tính năng chính của nó là "Sort your Youtube Playlists alphabetically by default".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Playlist alphabetical A-Z sorting
Tải xuống các tệp mở rộng Youtube Playlist alphabetical A-Z sorting 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
Sorts your Youtube playlists alphabetically (A - Z) to make organizing and navigating Youtube easier. Works on your playlists in the sidebar as well as the playlist popup that show when you click the 'Save to Playlist' button. Key info: - Works automatically when Youtube is opened - 'Watch later' still remains at the top of your playlists - Does NOT request permission for any website except Youtube, nor any other invasive permissions Please use the Support tab for feature requests. --- YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is not affiliated with YouTube or an official extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Playlist alphabetical A-Z sorting |
ID | bfoekbolilhdghaadhnnjfaccgfpggph |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-playlist-alphabet/bfoekbolilhdghaadhnnjfaccgfpggph |
Mô tả | Sort your Youtube Playlists alphabetically by default |
Kích Thước Tệp | 41.59 KB |
Số Lần Cài Đặt | 1,487 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-12-19 |
Ngày Phát Hành | 2022-12-18 |
Đánh Giá | 4.75/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | lanes |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://simplescraper.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playlist alphabetical A-Z sorting", "description": "Sort your Youtube Playlists alphabetically by default", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "logo_128.png", "32": "logo_128.png", "48": "logo_128.png", "128": "logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/*" ], "js": [ "content-script-dist.js" ], "run_at": "document_end" } ] } |