Html5 Video Speed Control

This extension allows the user to change the Html5 Video Speed.

Что такое Html5 Video Speed Control?

Html5 Video Speed Control - это расширение Chrome, разработанное Eric, и его основная функция - "This extension allows the user to change the Html5 Video Speed.".

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

screenshot

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

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

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

                        The appearance and description are aweful, but the extension is awesome.                    

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

Название Html5 Video Speed Control Html5 Video Speed Control
ID kdeohphfaeoaeocgalpfjabofhfnikjc
Официальный URL https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc
Описание This extension allows the user to change the Html5 Video Speed.
Размер файла 31.58 KB
Количество установок 84
Текущая Версия 1.0
Последнее Обновление 2019-06-01
Дата публикации 2019-06-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Eric
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Html5 Video Speed Control",
    "description": "This extension allows the user to change the Html5 Video Speed.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}