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 |
官方網址 | 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" } |