Youtube SpeedWatch

This extension shows the duration of a video on YouTube based on the playback speed.

Was ist Youtube SpeedWatch?

Youtube SpeedWatch ist eine Chrome-Erweiterung, die von Grzojda entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the duration of a video on YouTube based on the playback speed.".

Erweiterungsscreenshots

screenshot

Youtube SpeedWatch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube SpeedWatch-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

                        YouTube SpeedWatch is a handy extension that allows you to see the actual duration of a video on YouTube, taking into account the playback speed. Whether you're watching at 2x speed or any other speed, this extension provides an accurate display of the video length, giving you complete control over your viewing experience. Say goodbye to the guesswork and uncertainty of video duration when using different playback speeds. Install YouTube SpeedWatch today and enhance your video-watching experience on YouTube!                    

Grundlegende Informationen zur Erweiterung

Name Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
Offizielle URL https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Beschreibung This extension shows the duration of a video on YouTube based on the playback speed.
Dateigröße 19.13 KB
Installationsanzahl 76
Aktuelle Version 1.3
Letztes Update 2024-02-04
Veröffentlichungsdatum 2024-01-30
Entwickler Grzojda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube SpeedWatch",
    "description": "This extension shows the duration of a video on YouTube based on the playback speed.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}