OVC - One Video Control

One Video Control to rule them all - redefining video interfaces

¿Qué es OVC - One Video Control?

OVC - One Video Control es una extensión de Chrome desarrollada por Nimrod Fridlin, y su función principal es "One Video Control to rule them all - redefining video interfaces".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OVC - One Video Control

Descarga archivos de extensión OVC - One Video Control 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

                        ***** OVC - One Video Control lets you control all the videos you see while browsing - with your own control.*****

****** Why do I need it?! *******
It exposes new ways to interact with videos: 
A "popout" button to extract the video from the browser and play it as a "stand alone", also known as 'picture in picture',
Scrolling up and down to increase / decrease speed or volume of the video (no more guessing if you want 1.25 or 1.75, just scroll up and down for faster and slower - with no limitation),
A button to toggle max speed on and off (very useful for fast forwarding advertisements when possible, or just to find that part in the video you are looking for),
Easy ways to go forward and backward, exposes a short skip and a long skip buttons (defaults to 5 and 30 seconds),
mute , repeat, and more to come!

**********  V1.0.22*********
*bugfix* - (reported by a happy user) - in rutube.ru, when having OVC installed, the full screen of the site malfunctions -> fixed.

**********  V1.0.21*********
*bugfix* - (reported by a happy user) - using favorite speed, then super speed, then favorite speed again - not working -> fixed.
*update permissions* - (requested by the chrome team): I asked for the "tabs" permission as I thought it was needed in order to open the setting / shortcuts pages of the extension, but it turned out I don't need this permission for that - so I am no longer requesting it.

**********  V1.0.20*********
*New Feature* - (requested by a happy user) make it possible to remove OVC's tooltips
*New Feature* - (also requested by multiple users): "Where do I configure the keyboard shortcuts??" - finally easy access added.

**********  V1.0.19*********
*New Feature* - Favorite Speed - easily set your favorite speed and toggle it on and off. See features videos at www.onevideocontrol.com

**********  V1.0.18*********
*New Website(!) - You can now see the features videos in a dedicated website:
www.onevideocontrol.com

*New Feature* - You can now control the opacity of the controller so it will be as visible as you want it to be.

*Bug fix* - toggle super speed only worked once (could not be turned off unless scrolled or used the reset speed keyboard shortcut).

**********  V1.0.17*********
*New Feature* - You can now select to start the control in "hidden" mode, great for the keyboard zen masters!

*New Feature* - You can now select to auto minimize the control after 5 seconds, great for those who forget to minimize and walk away :)

*New Feature* - Volume will be preserved on different videos **on the same site**, you can select to preserve the speed as well.

*New Feature* - OVC controller will now show when in full screen mode (it had some bugs)

*Minor bug fix* - when ctrl key is pressed, the OVC shortcuts will have no effect (finally when you copy paste something - the video will not skip forward).

watch new features demo here: 
https://youtu.be/A8mtWuqHmYw

**********  V1.0.16*********
option to control the video speed or to skip back and forth while in pop-out mode.
bug fixes.

**********  V1.0.15*********
option to auto skip on Youtube ads.
bug fixes.

**********V1.0.14**********
 Keyboard shortcuts for everything!!! if the video is currently playing, you can press: 
a - slow down video,
d - speed up video,
r - reset to default speed (x1),
q - toggle super speed on and off (x16),
w - volume up,
s - volume down,
p - popout video!
z - long skip backward,
x - short skip backward,
c - short skip forward, 
v - long skip forward,
m - toggle mute on and off,
e - toggle repeat on and off.
h - hide / show the control. when hidden you can still use the keyboard shortcuts to control the video.

****** Customizable ********
It is all customizable  - the look and functionality of it, all the keyboard shortcuts can be replaced, it is ***YOUR*** control.
You can change the number of seconds that will pass when clicking the short and long skip buttons or using the keyboard shortcuts, 
You can change the increase / decrease in the speed when scrolling on the speed area or when using the keyboard shortcut,

****** Themes *******
you can select between existing themes, or even CREATE YOUR OWN THEME!

************It Really Is One Control To Rule Them All!**************

***** Thanks to Priel Hackim for the UI of the controller. *****
get in touch with Priel and see his talen: https://www.behance.net/prielhackim                    

Información Básica de la Extensión

Nombre OVC - One Video Control OVC - One Video Control
ID analeldnikfgekckpcppegfekineelbb
URL Oficial https://chromewebstore.google.com/detail/ovc-one-video-control/analeldnikfgekckpcppegfekineelbb
Descripción One Video Control to rule them all - redefining video interfaces
Tamaño del Archivo 169 KB
Cantidad de Instalaciones 5,578
Versión Actual 1.0.22
Última Actualización 2022-01-18
Fecha de Publicación 2020-06-30
Calificación 4.88/5 Total de 144 Calificaciones
Desarrollador Nimrod Fridlin
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.onevideocontrol.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OVC - One Video Control",
    "description": "One Video Control to rule them all - redefining video interfaces",
    "version": "1.0.22",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "settings.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/one-video-control-16.png",
            "32": "images\/one-video-control-32.png",
            "48": "images\/one-video-control-48.png",
            "128": "images\/one-video-control-128.png"
        }
    },
    "icons": {
        "16": "images\/one-video-control-16.png",
        "32": "images\/one-video-control-32.png",
        "48": "images\/one-video-control-48.png",
        "128": "images\/one-video-control-128.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}