YouTube Playlist Duration
View the duration of YouTube playlists
什么是YouTube Playlist Duration?
YouTube Playlist Duration是由Sridhama Prakhya开发的Chrome扩展程序,该扩展的主要功能是“View the duration of YouTube playlists”。
扩展截图
下载YouTube Playlist Duration扩展crx文件
下载YouTube Playlist Duration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension unobtrusively displays the total duration of YouTube playlists. YouTube Playlist Duration is great for easily viewing the duration of playlists for online courses, music albums, podcasts, and more! Known issues: 1. Occasionally, the page must be refreshed for the duration counter to update. 2. Try restarting Chrome if the extension doesn't load. 3. Extension may not work due to pre-installed ad-blockers. 4. Click on duration box if it doesn't disappear. Source code: https://github.com/sridhama/youtube-playlist-duration
扩展基本信息
名称 | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
官方URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
简介 | View the duration of YouTube playlists |
文件大小 | 19.32 KB |
安装次数 | 10,000 |
当前版本 | 3.1.6 |
更新时间 | 2021-03-14 |
上架时间 | 2020-06-21 |
评分 | 3.33/5 共111次评分 |
开发者 | Sridhama Prakhya |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sridhama/youtube-playlist-duration |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.youtube.com\/playlist?list=*" ], "run_at": "document_end" } ], "description": "View the duration of YouTube playlists", "homepage_url": "https:\/\/github.com\/sridhama\/youtube-playlist-duration", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "YouTube Playlist Duration", "version": "3.1.6" } |