Video Speed Controller

Video Speed Controller for netflix video, primevideo, hotstar, etc.

Cos'è Video Speed Controller?

Video Speed Controller è un'estensione di Chrome sviluppata da Video Speed Controller, e la sua funzione principale è "Video Speed Controller for netflix video, primevideo, hotstar, etc.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video Speed Controller

Scarica i file di estensione Video Speed Controller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Do you find it difficult to adjust the video playback speed on streaming platforms like Netflix, Amazon Prime Video, Youtube, Twitch, and Disney+ Hotstar?  

Presenting Video Speed Controller, a Google Chrome extension that lets you fine-tune the playback settings on your favourite streaming website. From 0.25x, 0.5x, 0.75x, 1.5x, 2x, 3x, and 4x...the extension supports all kinds of playback settings.

How to use Video Speed Controller Extension:
- Install the extension and pin to your browser (one-time process).
- Open any video on your desired streaming website.
- Click on the extension’s icon.
- Use the extension’s pop-up to specify the video playback settings.
- The chosen settings are applied to the video.

Video Speed Controller Shortcuts:
To Increase: Ctrl+Shift+Right for Windows, Linux & Command+Shift+Right for Mac OS
To Decrease: Ctrl+Shift+Left for Windows, Linux & Command+Shift+Left for Mac OS
To Open: Ctrl+Shift+J for Windows, Linux & Option+J for Mac OS

Now sit back and relax! Play around with the playback options to see what fits you the best. 

Version 3.1.0 changes:
>> Added extension icon of different sizes

Version 3.0.0 changes:
>> Now works on iframe video. 
>> Removed unnecessary permissions and code

Version 2.1.0 changes:
>> Added the functionality to support up to 4x speed
>> Enabled short codes support for mac, windows and linux

Version 2.0.1 changes:
>> Works on all streaming sites
>> Supports on every video playback
>> Supports up to 12 languages
>> Improved UI & bug fixes                    

Informazioni di Base sull'Estensione

Nome Video Speed Controller Video Speed Controller
ID gioehmkjkeamcinbdelehlpnpdcdjpdp
URL Ufficiale https://chromewebstore.google.com/detail/video-speed-controller/gioehmkjkeamcinbdelehlpnpdcdjpdp
Descrizione Video Speed Controller for netflix video, primevideo, hotstar, etc.
Dimensione del File 750 KB
Conteggio Installazioni 88,004
Versione Corrente 3.1.5
Ultimo Aggiornamento 2023-05-20
Data di Pubblicazione 2021-06-25
Valutazione 4.59/5 Totale 567 Valutazioni
Sviluppatore Video Speed Controller
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/video-speeder/privacy-policy
Lingue Supportate en,tr,es,ru,hi,ta,te,kn-IN,ml,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.1.5",
    "description": "__MSG_desName__",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "default_locale": "en",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "mac": "Alt+Y",
                "linux": "Ctrl+Shift+J",
                "windows": "Ctrl+Shift+Y"
            }
        },
        "left": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "Decrease Speed"
        },
        "right": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Increase Speed"
        }
    }
}