Faster videos

Lets you play youtube video at 3x and 4x speed

Что такое Faster videos?

Faster videos - это расширение Chrome, разработанное Xavi, и его основная функция - "Lets you play youtube video at 3x and 4x speed".

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

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

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

                        Ever wished you could watch videos at 3 or 4 times the speed?  Well now you can with this new amazing chrome plugin.  Get hyped for even faster PewDiePie and 100% more cat video.  This is the closest thing to that super-fast-learn-thingy in the Matrix.                    

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

Название Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
Официальный URL https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Описание Lets you play youtube video at 3x and 4x speed
Размер файла 20 KB
Количество установок 65
Текущая Версия 1.0
Последнее Обновление 2017-12-27
Дата публикации 2017-12-27
Разработчик Xavi
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faster videos",
    "description": "Lets you play youtube video at 3x and 4x speed",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugin.js"
            ],
            "run_at": "document_end"
        }
    ]
}