Youtube Ends At
Displays when a Youtube video will end.
Что такое Youtube Ends At?
Youtube Ends At - это расширение Chrome, разработанное https://youtube-extensions.gonguet.com, и его основная функция - "Displays when a Youtube video will end.".
Снимки экрана расширения
Скачать файл CRX расширения Youtube Ends At
Скачайте файлы расширений Youtube Ends At в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension just displays what time it will be when the video ends, taking playback rate into account. Click on the label to change to "ends in" mode. This currently does not account for SponsorBlock segments.
Основная информация о расширении
Название | Youtube Ends At |
ID | oahgfgokmkpgkbfnedkbbmnogjmfpljd |
Официальный URL | https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd |
Описание | Displays when a Youtube video will end. |
Размер файла | 18.81 KB |
Количество установок | 232 |
Текущая Версия | 1.7.0 |
Последнее Обновление | 2022-11-09 |
Дата публикации | 2021-03-22 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://youtube-extensions.gonguet.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://youtube-extensions.gonguet.com/ |
Поддерживаемые языки | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.7.0", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/content.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |