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

Qu'est-ce que Video Speed Up Controller for Chrome ?

Video Speed Up Controller for Chrome est une extension Chrome développée par https://videospeed.app, et sa fonction principale est "Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Video Speed Up Controller for Chrome

Téléchargez les fichiers d'extension Video Speed Up Controller for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Video Speed Up Controller for Chrome Video Speed Up Controller for Chrome
ID hihgaoejkjjllbjpjgjaehdgcfkcflbh
URL Officiel https://chromewebstore.google.com/detail/video-speed-up-controller/hihgaoejkjjllbjpjgjaehdgcfkcflbh
Description Speed up or slow down the playback of online videos on any website with our Video Speed Up Controller for Chrome
Taille du Fichier 877 KB
Nombre d'Installations 2,000
Version Actuelle 0.0.19
Dernière Mise à Jour 2024-01-24
Date de Publication 2022-10-29
Évaluation 4.78/5 Total 32 Évaluations
Développeur https://videospeed.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://videospeed.app/
URL de la Page de Politique de Confidentialité https://videospeed.app/en/private_policy
Langues Prises en Charge 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"
    }
}