Faster videos

Lets you play youtube video at 3x and 4x speed

¿Qué es Faster videos?

Faster videos es una extensión de Chrome desarrollada por Xavi, y su función principal es "Lets you play youtube video at 3x and 4x speed".

Descargar Archivo CRX de la Extensión Faster videos

Descarga archivos de extensión Faster videos 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

                        Ever wished you could watch videos at 3 or 4 times the speed?  Well now you can with this new amazing chrome plugin.  Get hyped for even faster PewDiePie and 100% more cat video.  This is the closest thing to that super-fast-learn-thingy in the Matrix.                    

Información Básica de la Extensión

Nombre Faster videos Faster videos
ID fhkmkdjligjbihmdmnacigjnfmjhcbnn
URL Oficial https://chrome.google.com/webstore/detail/faster-videos/fhkmkdjligjbihmdmnacigjnfmjhcbnn
Descripción Lets you play youtube video at 3x and 4x speed
Tamaño del Archivo 20 KB
Cantidad de Instalaciones 65
Versión Actual 1.0
Última Actualización 2017-12-27
Fecha de Publicación 2017-12-27
Desarrollador Xavi
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faster videos",
    "description": "Lets you play youtube video at 3x and 4x speed",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "plugin.js"
            ],
            "run_at": "document_end"
        }
    ]
}