Youtube SpeedWatch

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

Cos'è Youtube SpeedWatch?

Youtube SpeedWatch è un'estensione di Chrome sviluppata da Grzojda, e la sua funzione principale è "This extension shows the duration of a video on YouTube based on the playback speed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Youtube SpeedWatch

Scarica i file di estensione Youtube SpeedWatch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
URL Ufficiale https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Descrizione This extension shows the duration of a video on YouTube based on the playback speed.
Dimensione del File 19.13 KB
Conteggio Installazioni 76
Versione Corrente 1.3
Ultimo Aggiornamento 2024-02-04
Data di Pubblicazione 2024-01-30
Sviluppatore Grzojda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}