Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Qu'est-ce que Playback Time Calculator | YouTube, Udemy ?

Playback Time Calculator | YouTube, Udemy est une extension Chrome développée par heesangbb, et sa fonction principale est "Calculate time by playback speed of video and playlist.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Playback Time Calculator | YouTube, Udemy

Téléchargez les fichiers d'extension Playback Time Calculator | YouTube, Udemy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
URL Officiel https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Description Calculate time by playback speed of video and playlist.
Taille du Fichier 13.22 KB
Nombre d'Installations 138
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-08-26
Date de Publication 2022-08-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur heesangbb
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/heesangbb/playback-time-calculator-extension
Langues Prises en Charge 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"
    }
}