Youtube SpeedWatch

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

Hvad er Youtube SpeedWatch?

Youtube SpeedWatch er en Chrome-udvidelse udviklet af Grzojda, og dens hovedfunktion er "This extension shows the duration of a video on YouTube based on the playback speed.".

Udvidelsesskærmbilleder

screenshot

Download Youtube SpeedWatch-udvidelses-CRX-fil

Download Youtube SpeedWatch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
Officiel URL https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Beskrivelse This extension shows the duration of a video on YouTube based on the playback speed.
Filstørrelse 19.13 KB
Antal Installationer 76
Nuværende Version 1.3
Senest Opdateret 2024-02-04
Udgivelsesdato 2024-01-30
Udvikler Grzojda
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}