Video player extension

More control over the video player

Что такое Video player extension?

Video player extension - это расширение Chrome, разработанное dskloet, и его основная функция - "More control over the video player".

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

screenshot

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

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

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

                        Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.                    

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

Название Video player extension Video player extension
ID kkipdgnjllphhbcoapilfpmflipdblfl
Официальный URL https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl
Описание More control over the video player
Размер файла 24.99 KB
Количество установок 145
Текущая Версия 0.8
Последнее Обновление 2023-11-17
Дата публикации 2020-09-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик dskloet
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://dskl.net/screen/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video player extension",
    "version": "0.8",
    "description": "More control over the video player",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}