Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

¿Qué es Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy es una extensión de Chrome desarrollada por heesangbb, y su función principal es "Calculate time by playback speed of video and playlist.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Playback Time Calculator | YouTube, Udemy

Descarga archivos de extensión Playback Time Calculator | YouTube, Udemy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
URL Oficial https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Descripción Calculate time by playback speed of video and playlist.
Tamaño del Archivo 13.22 KB
Cantidad de Instalaciones 138
Versión Actual 1.0.1
Última Actualización 2022-08-26
Fecha de Publicación 2022-08-01
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador heesangbb
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/heesangbb/playback-time-calculator-extension
Idiomas Soportados 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"
    }
}