Share Current Youtube Video Time

A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…

¿Qué es Share Current Youtube Video Time?

Share Current Youtube Video Time es una extensión de Chrome desarrollada por https://hwangmatthew.com, y su función principal es "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Share Current Youtube Video Time

Descarga archivos de extensión Share Current Youtube Video Time 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

                        A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time.                    

Información Básica de la Extensión

Nombre Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
URL Oficial https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Descripción A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Tamaño del Archivo 10.53 KB
Cantidad de Instalaciones 21
Versión Actual 0.3
Última Actualización 2018-06-18
Fecha de Publicación 2018-06-17
Desarrollador https://hwangmatthew.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Current Youtube Video Time",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}