Playback Time Calculator | YouTube, Udemy
Calculate time by playback speed of video and playlist.
Wat is Playback Time Calculator | YouTube, Udemy?
Playback Time Calculator | YouTube, Udemy is een Chrome-extensie ontwikkeld door heesangbb, en de belangrijkste functie is "Calculate time by playback speed of video and playlist.".
Extensie Screenshots
Download het CRX-bestand van de extensie Playback Time Calculator | YouTube, Udemy
Download Playback Time Calculator | YouTube, Udemy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | kgjhahmomjhljmdaifmfepffdeldmpmg |
| Officiële URL | https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg |
| Beschrijving | Calculate time by playback speed of video and playlist. |
| Bestandsgrootte | 13.22 KB |
| Aantal Installaties | 138 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-08-26 |
| Publicatiedatum | 2022-08-01 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | heesangbb |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/heesangbb/playback-time-calculator-extension |
| Ondersteunde Talen | 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"
}
} | |