Youtube Accelerator

Set custom playback speeds on your Youtube videos

Что такое Youtube Accelerator?

Youtube Accelerator - это расширение Chrome, разработанное nunomrgomes, и его основная функция - "Set custom playback speeds on your Youtube videos".

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

screenshot

Скачать файл CRX расширения Youtube Accelerator

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

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

                        Supports up to 16x speed.
For those videos where 2x just doesn't cut it.

Made and openly sourced by https://github.com/TheNunoGomes.                    

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

Название Youtube Accelerator Youtube Accelerator
ID ajobbbellhaokbfkgkcpapmbenlccokd
Официальный URL https://chromewebstore.google.com/detail/youtube-accelerator/ajobbbellhaokbfkgkcpapmbenlccokd
Описание Set custom playback speeds on your Youtube videos
Размер файла 7.17 KB
Количество установок 520
Текущая Версия 2.0.2
Последнее Обновление 2022-08-25
Дата публикации 2022-01-16
Рейтинг 5.00/5 Всего 10 оценок
Разработчик nunomrgomes
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Accelerator",
    "description": "Set custom playback speeds on your Youtube videos",
    "version": "2.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "youtube\/utils.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/homepage.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube\/video.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}