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

O que é Video Speed Up Controller for Chrome?

Video Speed Up Controller for Chrome é uma extensão do Chrome desenvolvida por https://videospeed.app, e sua principal característica é "Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Speed Up Controller for Chrome

Baixe arquivos de extensão Video Speed Up Controller for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Video Speed Up Controller for Chrome Video Speed Up Controller for Chrome
ID hihgaoejkjjllbjpjgjaehdgcfkcflbh
URL Oficial https://chromewebstore.google.com/detail/video-speed-up-controller/hihgaoejkjjllbjpjgjaehdgcfkcflbh
Descrição Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome
Tamanho do Arquivo 877 KB
Contagem de Instalações 2,000
Versão Atual 0.0.19
Última Atualização 2024-01-24
Data de Publicação 2022-10-29
Classificação 4.78/5 Total de 32 Avaliações
Desenvolvedor https://videospeed.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://videospeed.app/
URL da Página de Política de Privacidade https://videospeed.app/en/private_policy
Idiomas Suportados 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"
    }
}