SkipTo

Skip to the best part of a YouTube video!

¿Qué es SkipTo?

SkipTo es una extensión de Chrome desarrollada por SkipTo, y su función principal es "Skip to the best part of a YouTube video!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SkipTo

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

                        SkipTo - skip to the best parts of a YouTube video!


With a click of a button, SkipTo gets you to the best part of a YouTube video. SkipTo adds 3 new things to your YouTube video player: 

First, SkipTo will add yellow markers to the video's timeline - these are when SkipTo thinks the best parts of the video are. 

Secondly, SkipTo adds the Skip button to the YouTube video player. When clicked, the Skip button skips you to the next best part in the video. 

Finally, SkipTo adds the Mark button to the YouTube video player. When you find your favorite part of the video, click the Mark button - this helps out SkipTo in calculating the best parts of the video.


Thank you for checking out SkipTo! SkipTo is completely free - we don't store any personal data nor do we put up ads!


Have a question? Thought of a cool feature? Found a bug? Email SkipTo at [email protected]


Follow SkipTo on Twitter: https://twitter.com/skiptoextension

Like SkipTo on Facebook: https://www.facebook.com/SkipTo-1728531700735838

View source code on GitHub: https://github.com/SkipTo/SkipTo                    

Información Básica de la Extensión

Nombre SkipTo SkipTo
ID ejodhjghjlaiccblbppbaaabdcllfhgm
URL Oficial https://chromewebstore.google.com/detail/skipto/ejodhjghjlaiccblbppbaaabdcllfhgm
Descripción Skip to the best part of a YouTube video!
Tamaño del Archivo 195 KB
Cantidad de Instalaciones 160
Versión Actual 1.1.2
Última Actualización 2016-06-05
Fecha de Publicación 2016-06-05
Calificación 3.00/5 Total de 6 Calificaciones
Desarrollador SkipTo
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://skipto-fffb6.firebaseapp.com/index
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SkipTo",
    "description": "Skip to the best part of a YouTube video!",
    "version": "1.1.2",
    "options_page": "src\/options\/options.html",
    "browser_action": {
        "default_icon": "assets\/iconFULL.png",
        "default_title": "SkipTo",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "libraries\/firebase.js",
                "libraries\/jquery.min.js",
                "src\/content\/quicksort.js",
                "src\/content\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}