Youtube SpeedWatch

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

Co je Youtube SpeedWatch?

Youtube SpeedWatch je rozšíření Chrome vyvinuté Grzojda, a jeho hlavní funkcí je „This extension shows the duration of a video on YouTube based on the playback speed.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Youtube SpeedWatch

Stáhněte si soubory rozšíření Youtube SpeedWatch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
Oficiální URL https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Popis This extension shows the duration of a video on YouTube based on the playback speed.
Velikost souboru 19.13 KB
Počet instalací 76
Aktuální Verze 1.3
Poslední Aktualizace 2024-02-04
Datum Vydání 2024-01-30
Vývojář Grzojda
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}