Youtube SpeedWatch

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

What is Youtube SpeedWatch?

Youtube SpeedWatch is a Chrome extension developed by Grzojda, and its main feature is "This extension shows the duration of a video on YouTube based on the playback speed.".

Extension Screenshots

screenshot

Download Youtube SpeedWatch Extension CRX File

Download Youtube SpeedWatch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
Official URL https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Description This extension shows the duration of a video on YouTube based on the playback speed.
File Size 19.13 KB
Installation Count 76
Current Version 1.3
Last Updated 2024-02-04
Publish Date 2024-01-30
Developer Grzojda
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}