Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Что такое Video Speed Changer?
Video Speed Changer - это расширение Chrome, разработанное the.sh.developer, и его основная функция - "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".
Снимки экрана расширения
Скачать файл CRX расширения Video Speed Changer
Скачайте файлы расширений Video Speed Changer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.
Основная информация о расширении
Название | Video Speed Changer |
ID | nkgldikaifljadeeogdbanlckplpbffj |
Официальный URL | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
Описание | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
Размер файла | 6.23 KB |
Количество установок | 13,875 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-11-30 |
Дата публикации | 2015-11-30 |
Рейтинг | 4.22/5 Всего 36 оценок |
Разработчик | the.sh.developer |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed Changer", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Video Speed Changer", "default_icon": { "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" } }, "background": { "scripts": [ "VideoSpeedChangerLoader.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |