Delta for YouTube
Show a time difference in the YouTube progress bar.
Что такое Delta for YouTube?
Delta for YouTube - это расширение Chrome, разработанное nickells, и его основная функция - "Show a time difference in the YouTube progress bar.".
Снимки экрана расширения
Скачать файл CRX расширения Delta for YouTube
Скачайте файлы расширений Delta for YouTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
Основная информация о расширении
Название | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
Официальный URL | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
Описание | Show a time difference in the YouTube progress bar. |
Размер файла | 678 KB |
Количество установок | 1,373 |
Текущая Версия | 1.5 |
Последнее Обновление | 2016-11-20 |
Дата публикации | 2016-11-20 |
Рейтинг | 4.86/5 Всего 7 оценок |
Разработчик | nickells |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delta for YouTube", "short_name": "Delta", "description": "Show a time difference in the YouTube progress bar.", "version": "1.5", "icons": { "16": "icons\/delta-16.png", "48": "icons\/delta-48.png", "128": "icons\/delta-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "delta.css" ], "js": [ "node_modules\/moment\/min\/moment.min.js", "delta.js" ] } ] } |