Youtube tile

Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.

¿Qué es Youtube tile?

Youtube tile es una extensión de Chrome desarrollada por Dev-loper, y su función principal es "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Youtube tile

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

                        Enhances your Youtube browsing experience with a small tile, as most know from the Youtube App.
This allows you to continue playing the started video in the bottom right corner whilst browsing the rest of Youtube (Search, Channel page, Main page).

This is an early version which started out as a test and undergoes development. Suggestions and bug reports are appreciated. 

Note:
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Información Básica de la Extensión

Nombre Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
URL Oficial https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
Descripción Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Tamaño del Archivo 10.17 KB
Cantidad de Instalaciones 13
Versión Actual 0.1.7
Última Actualización 2016-03-18
Fecha de Publicación 2016-03-17
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Dev-loper
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube tile",
    "description": "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.",
    "icons": {
        "128": "logo.png"
    },
    "author": "Janis Zemitis",
    "version": "0.1.7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}