Video Speed Up Controller for Chrome

Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome

Что такое Video Speed Up Controller for Chrome?

Video Speed Up Controller for Chrome - это расширение Chrome, разработанное https://videospeed.app, и его основная функция - "Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Video Speed Up Controller for Chrome

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

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

                        Video Speed Up Controller for Chrome is an indispensable tool designed to effortlessly video speed up or video slow down video, enhancing your viewing experience across any website. This video speed up chrome extension is seamlessly integrated into your browser, ensuring that you can adjust the speed video plays with ease.

Key Features:
*Precise Speed Control: This playback speed extension for Chrome offers exceptional accuracy, allowing you to fine-tune the video playback speed to your preference with the video speed controller.
*Convenient Shortcuts: The chrome extension Video Speed Up Controller provides easy-to-use keyboard shortcuts (e.g., S for slowing down, D for speeding up, R for resetting, Z to rewind by 10 seconds, X to advance by 10 seconds) for smooth adjust playback speed or rewind during your online video viewing.
*Customizable Speed: With Video Speed Up Controller, you can tailor the video speed to your liking, offering a personalized and customizable speed experience.

How to Use Video Speed Up Controller Extension:
*Start playing a video on YouTube or your favorite website with HTML5 video content.
*Hover over the speed indicator of Video Speed Up Controller on the video player.
*Click the + or - button and use it to adjust the video speed.
*Click the << or >> button and use it to rewind or advance video. 

Benefits:
*Universal Compatibility: Video Speed Up Controller is compatible with popular video sites like YouTube, Netflix, Amazon Prime Video, as well as other HTML5 video-based websites, making it a universal video speed controller.
*Easy Control: The speed controller allows you to utilize intuitive keyboard shortcuts for effortless control, making it a breeze to set your preferred video speed with this extension.
*Personalized Experience: This extension enables you to customize the playback speed according to your individual preferences, ensuring a personalized experience that enhances your video watching enjoyment. From 0.10x, 0.25x, 0.35x...1.5x, 2x, 3x, and 4x... the extension supports all kinds of playback settings.

Video Speed Up Controller for Chrome is the ultimate video speed up extensions, offering an unparalleled solution for adjusting video speed directly within Google Chrome. Its exceptional features and user-friendly control make it a top choice for those seeking a video speed controller. With the added benefit of customization options, this video speed controller is the perfect tool to enhance your video-watching experience.                    

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

Название Video Speed Up Controller for Chrome Video Speed Up Controller for Chrome
ID hihgaoejkjjllbjpjgjaehdgcfkcflbh
Официальный URL https://chromewebstore.google.com/detail/video-speed-up-controller/hihgaoejkjjllbjpjgjaehdgcfkcflbh
Описание Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome
Размер файла 877 KB
Количество установок 2,000
Текущая Версия 0.0.19
Последнее Обновление 2024-01-24
Дата публикации 2022-10-29
Рейтинг 4.78/5 Всего 32 оценок
Разработчик https://videospeed.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://videospeed.app/
URL страницы политики конфиденциальности https://videospeed.app/en/private_policy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.0.19",
    "action": {
        "default_icon": "icons\/favicon-48x48.png",
        "default_popup": "popup.html",
        "default_title": "speed video control"
    },
    "icons": {
        "192": "icons\/favicon-192x192.png",
        "48": "icons\/favicon-48x48.png",
        "32": "icons\/favicon-32x32.png",
        "16": "icons\/favicon-16x16.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "options_page": "settings.html",
    "background": {
        "service_worker": "background.js"
    }
}