Youtube SpeedWatch

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

Vad är Youtube SpeedWatch?

Youtube SpeedWatch är en Chrome-tillägg utvecklad av Grzojda, och dess huvudfunktion är "This extension shows the duration of a video on YouTube based on the playback speed.".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube SpeedWatch-förlängningens CRX-fil

Ladda ner Youtube SpeedWatch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
Officiell webbadress https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Beskrivning This extension shows the duration of a video on YouTube based on the playback speed.
Filstorlek 19.13 KB
Antal Installationer 76
Aktuell Version 1.3
Senast Uppdaterad 2024-02-04
Publiceringsdatum 2024-01-30
Utvecklare Grzojda
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}