Playback Time Calculator | YouTube, Udemy
Calculate time by playback speed of video and playlist.
Playback Time Calculator | YouTube, Udemyとは何ですか?
Playback Time Calculator | YouTube, Udemyはheesangbbによって開発されたChromeの拡張機能で、その主な機能は「Calculate time by playback speed of video and playlist.」です。
拡張機能のスクリーンショット
Playback Time Calculator | YouTube, Udemy拡張機能のCRXファイルをダウンロード
Playback Time Calculator | YouTube, Udemy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension displays time by playback speed of videos and playlists.
Features:
Displays the time by playback speed of video.
Displays the total playing time of the playlist(by playback speed).
How to use:
⏱: Time is displayed by playback speed when you mouse over it.
Caution:
If there are more than 100 videos in the playlist, scroll down and it will be counted again when loading is complete. - youtube 拡張機能の基本情報
| 名前 | |
| ID | kgjhahmomjhljmdaifmfepffdeldmpmg |
| 公式URL | https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg |
| 説明 | Calculate time by playback speed of video and playlist. |
| ファイルサイズ | 13.22 KB |
| インストール数 | 138 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2022-08-26 |
| 公開日 | 2022-08-01 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | heesangbb |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/heesangbb/playback-time-calculator-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Playback Time Calculator | YouTube, Udemy",
"description": "Calculate time by playback speed of video and playlist.",
"version": "1.0.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.udemy.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "\/assets\/icon_128.png"
}
} | |