YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
YouTube™ Playlist Enhancer là gì?
YouTube™ Playlist Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Jordy Snijders, và tính năng chính của nó là "Extra features for YouTube playlists.".
Ả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 Enhancer
Tải xuống các tệp mở rộng YouTube™ Playlist Enhancer 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
✓ Simple digit notation of a playlist's total duration. ✓ Human readable notation of a playlist's total duration. ✓ Projected time and date for when you will have finished watching an entire playlist. ✓ Support for playlists of unlimited size. Source code: https://github.com/jsnijders/youtube-playlist-enhancer
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | femnjomnioahiknopaimalbapbhdmnka |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
Mô tả | Extra features for YouTube playlists. |
Kích Thước Tệp | 30.67 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.7.2 |
Cập Nhật Lần Cuối | 2016-01-14 |
Ngày Phát Hành | 2016-01-14 |
Đánh Giá | 3.52/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Jordy Snijders |
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": "YouTube\u2122 Playlist Enhancer", "short_name": "YouTube PLE", "description": "Extra features for YouTube playlists.", "version": "1.7.2", "author": "Jordy Snijders", "homepage_url": "https:\/\/github.com\/jsnijders\/youtube-playlist-enhancer", "permissions": [ "storage", "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "youtube-playlist-enhancer.js" ], "run_at": "document_end" } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |