SpeedUp: Netflix, Prime videos

Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.

Что такое SpeedUp: Netflix, Prime videos?

SpeedUp: Netflix, Prime videos - это расширение Chrome, разработанное SpeedUp, и его основная функция - "Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения SpeedUp: Netflix, Prime videos

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

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

                        Overview:
Speed up or slow down any of your HTML5 videos on ALL websites: Netflix, Amazon Prime, Youtube, Facebook, Reddit, etc.

It is a waste of time when various video streaming websites don't support video speed modifications.  This extension helps you optimize your time utility by controlling the speed of videos on ALL websites. 

Use the simple User Interface provided by SpeedUp to set the desired video speed which reflects automatically in all tabs. It is simple, easy and convenient for everyone looking to an improved video streaming experience.


Firefox add-on link: https://addons.mozilla.org/en-US/firefox/addon/speedup2-netflix-prime-videos/                    

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

Название SpeedUp: Netflix, Prime videos SpeedUp: Netflix, Prime videos
ID pldkddbkbcedophgedaeofceedjcaehl
Официальный URL https://chromewebstore.google.com/detail/speedup-netflix-prime-vid/pldkddbkbcedophgedaeofceedjcaehl
Описание Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.
Размер файла 56.87 KB
Количество установок 35,485
Текущая Версия 3.0
Последнее Обновление 2021-10-07
Дата публикации 2019-08-13
Рейтинг 4.19/5 Всего 155 оценок
Разработчик SpeedUp
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeedUp: Netflix, Prime videos",
    "short_name": "SpeedUp",
    "version": "3.0",
    "description": "Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}