Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Cos'è Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy è un'estensione di Chrome sviluppata da heesangbb, e la sua funzione principale è "Calculate time by playback speed of video and playlist.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Playback Time Calculator | YouTube, Udemy

Scarica i file di estensione Playback Time Calculator | YouTube, Udemy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
URL Ufficiale https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Descrizione Calculate time by playback speed of video and playlist.
Dimensione del File 13.22 KB
Conteggio Installazioni 138
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-08-26
Data di Pubblicazione 2022-08-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore heesangbb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/heesangbb/playback-time-calculator-extension
Lingue Supportate 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"
    }
}