YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
什么是YouTube™ Playlist Enhancer?
YouTube™ Playlist Enhancer是由Jordy Snijders开发的Chrome扩展程序,该扩展的主要功能是“Extra features for YouTube playlists.”。
扩展截图
下载YouTube™ Playlist Enhancer扩展crx文件
下载YouTube™ Playlist Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
✓ 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
扩展基本信息
名称 | |
ID | femnjomnioahiknopaimalbapbhdmnka |
官方URL | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
简介 | Extra features for YouTube playlists. |
文件大小 | 30.67 KB |
安装次数 | 1,000 |
当前版本 | 1.7.2 |
更新时间 | 2016-01-14 |
上架时间 | 2016-01-14 |
评分 | 3.52/5 共21次评分 |
开发者 | Jordy Snijders |
付费类型 | free |
支持的语言 | 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 } |