Youtube Video Speed UP!

Control Youtube Video Speed or any video that probably able to control, give it a try!

Что такое Youtube Video Speed UP!?

Youtube Video Speed UP! - это расширение Chrome, разработанное xinxinz9999, и его основная функция - "Control Youtube Video Speed or any video that probably able to control, give it a try!".

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

screenshot

Скачать файл CRX расширения Youtube Video Speed UP!

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

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

                        Control Youtube Video Speed or any video that probably able to control.
Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.)
Slow Down from 0.01 to 1.                    

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

Название Youtube Video Speed UP! Youtube Video Speed UP!
ID jdcgdehghfameefmeembbbajjkimigpe
Официальный URL https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe
Описание Control Youtube Video Speed or any video that probably able to control, give it a try!
Размер файла 12.61 KB
Количество установок 221
Текущая Версия 0.0.0.1
Последнее Обновление 2021-09-30
Дата публикации 2021-09-30
Рейтинг 5.00/5 Всего 3 оценок
Разработчик xinxinz9999
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Speed UP!",
    "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "author": "XINXIN ZHAO",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "icons": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    }
}