Video Speed Tweak
Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
Что такое Video Speed Tweak?
Video Speed Tweak - это расширение Chrome, разработанное robotreply, и его основная функция - "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.".
Скачать файл CRX расширения Video Speed Tweak
Скачайте файлы расширений Video Speed Tweak в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Set the default YouTube video speed to 2.5x
Основная информация о расширении
Название | ![]() |
ID | inkbcfnbjddnjfdkogbjcljioedfamag |
Официальный URL | https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag |
Описание | Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5. |
Размер файла | 92.36 KB |
Количество установок | 27 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2014-10-16 |
Дата публикации | 2014-10-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | robotreply |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery-1.7.2.min.js", "main.js" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "run_at": "document_end" } ], "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "27", "name": "Video Speed Tweak", "short_name": "VideoSpeed Tweak", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |