Youtube SpeedWatch
This extension shows the duration of a video on YouTube based on the playback speed.
Что такое Youtube SpeedWatch?
Youtube SpeedWatch - это расширение Chrome, разработанное Grzojda, и его основная функция - "This extension shows the duration of a video on YouTube based on the playback speed.".
Снимки экрана расширения
Скачать файл CRX расширения Youtube SpeedWatch
Скачайте файлы расширений Youtube SpeedWatch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Youtube SpeedWatch |
ID | fcefkpniflbaghkiodhhcfhfdagkmpcm |
Официальный URL | https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm |
Описание | This extension shows the duration of a video on YouTube based on the playback speed. |
Размер файла | 19.13 KB |
Количество установок | 76 |
Текущая Версия | 1.3 |
Последнее Обновление | 2024-02-04 |
Дата публикации | 2024-01-30 |
Разработчик | Grzojda |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |