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"
    }
}