Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Was ist Playback Time Calculator | YouTube, Udemy?

Playback Time Calculator | YouTube, Udemy ist eine Chrome-Erweiterung, die von heesangbb entwickelt wurde, und ihr Hauptmerkmal ist "Calculate time by playback speed of video and playlist.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Playback Time Calculator | YouTube, Udemy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Playback Time Calculator | YouTube, Udemy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
Offizielle URL https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Beschreibung Calculate time by playback speed of video and playlist.
Dateigröße 13.22 KB
Installationsanzahl 138
Aktuelle Version 1.0.1
Letztes Update 2022-08-26
Veröffentlichungsdatum 2022-08-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler heesangbb
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/heesangbb/playback-time-calculator-extension
Unterstützte Sprachen 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"
    }
}