Video Playback Speed

Allows you to change the playback speed of a video.

Что такое Video Playback Speed?

Video Playback Speed - это расширение Chrome, разработанное Tom2718, и его основная функция - "Allows you to change the playback speed of a video.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Video Playback Speed

Скачайте файлы расширений Video Playback Speed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A very simple extension that allows the user to change the playback speed of a video.

- Ultra lightweight and very simple. 
- Open source code.
- Change playback speed to any number.
- Easy 'up' and 'down' controls.

Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code.

View source code here:
https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension                    

Основная информация о расширении

Название Video Playback Speed Video Playback Speed
ID oadpkpccehnaggddokffjbamieodolki
Официальный URL https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki
Описание Allows you to change the playback speed of a video.
Размер файла 4.88 KB
Количество установок 254
Текущая Версия 1.0
Последнее Обновление 2018-08-07
Дата публикации 2018-07-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Tom2718
Тип оплаты free
Официальный сайт расширения https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
URL страницы помощи https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speed",
    "description": "Allows you to change the playback speed of a video.",
    "author": "Tom2718",
    "version": "1.0",
    "browser_action": {
        "default_icon": "video-ext.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}