Youtube SpeedWatch

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

Wat is Youtube SpeedWatch?

Youtube SpeedWatch is een Chrome-extensie ontwikkeld door Grzojda, en de belangrijkste functie is "This extension shows the duration of a video on YouTube based on the playback speed.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube SpeedWatch

Download Youtube SpeedWatch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
Officiële URL https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Beschrijving This extension shows the duration of a video on YouTube based on the playback speed.
Bestandsgrootte 19.13 KB
Aantal Installaties 76
Huidige Versie 1.3
Laatst Bijgewerkt 2024-02-04
Publicatiedatum 2024-01-30
Ontwikkelaar Grzojda
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}