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 |
Eメール | [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" } |