Video Speed Plus

Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.

¿Qué es Video Speed Plus?

Video Speed Plus es una extensión de Chrome desarrollada por Terman Booth, y su función principal es "Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Video Speed Plus

Descarga archivos de extensión Video Speed Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Video Speed Plus manages speed for video and audio playback.
Now you can easily slow down or speed up videos with flexible configuration. 

How to use Video Speed Plus:
🟡 Via extension’s popup;
🟡 When the video or audio is playing, you can use the keyboard shortcuts (you will learn more about them below).

Features:
🟢 You can set the playback speed that is comfortable for you with an accuracy of 1%; 
🟢 In our extension, you can find keyboard shortcuts. Press “s” to reset playback speed, press “a” to increase speed by 1%, press “d” to decrease speed by 1%. 
🟢 Video Speed Plus has a very flexible configuration: you can adjust speed on a single tab, on a specific site, or everywhere by default; 
🟢 The extension is compatible with almost all sites that play video and audio formats 

With the help of the Video Speed Plus, you can listen x2 to audiobooks, fast-forward ads and slow down the speed of the video to better understand when you watch the series in a foreign language. 

Video Speed Plus will assist your video consumption. Just install it and see for yourself.                    

Información Básica de la Extensión

Nombre Video Speed Plus Video Speed Plus
ID cgkbmfhfkklneanmdfcbgokdbadihboa
URL Oficial https://chrome.google.com/webstore/detail/video-speed-plus/cgkbmfhfkklneanmdfcbgokdbadihboa
Descripción Video Speed Plus manages speed for video and audio playback. Slow down, speed up videos with flexible configuration.
Tamaño del Archivo 497 KB
Cantidad de Instalaciones 3,000
Versión Actual 0.3.1.0
Última Actualización 2021-10-01
Fecha de Publicación 2021-08-12
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador Terman Booth
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1I8_FEAOLVpsKT94GtI-vviIsyL3UVtlxukt70WKfMHY/edit?usp=sharing
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Video Speed Plus team",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        ""
    ],
    "short_name": "__MSG_extName__",
    "version": "0.3.1.0",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}