Playback Time Calculator | YouTube, Udemy
Calculate time by playback speed of video and playlist.
What is Playback Time Calculator | YouTube, Udemy?
Playback Time Calculator | YouTube, Udemy is a Chrome extension developed by heesangbb, and its main feature is "Calculate time by playback speed of video and playlist.".
Extension Screenshots
Download Playback Time Calculator | YouTube, Udemy Extension CRX File
Download Playback Time Calculator | YouTube, Udemy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Playback Time Calculator | YouTube, Udemy |
ID | kgjhahmomjhljmdaifmfepffdeldmpmg |
Official URL | https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg |
Description | Calculate time by playback speed of video and playlist. |
File Size | 13.22 KB |
Installation Count | 138 |
Current Version | 1.0.1 |
Last Updated | 2022-08-26 |
Publish Date | 2022-08-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | heesangbb |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/heesangbb/playback-time-calculator-extension |
Supported Languages | 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" } } |