Youtube SpeedWatch

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

Qu'est-ce que Youtube SpeedWatch ?

Youtube SpeedWatch est une extension Chrome développée par Grzojda, et sa fonction principale est "This extension shows the duration of a video on YouTube based on the playback speed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube SpeedWatch

Téléchargez les fichiers d'extension Youtube SpeedWatch 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

                        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!                    

Informations de Base sur l'Extension

Nom Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
URL Officiel https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Description This extension shows the duration of a video on YouTube based on the playback speed.
Taille du Fichier 19.13 KB
Nombre d'Installations 76
Version Actuelle 1.3
Dernière Mise à Jour 2024-02-04
Date de Publication 2024-01-30
Développeur Grzojda
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}