Youtube tile

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

O que é Youtube tile?

Youtube tile é uma extensão do Chrome desenvolvida por Dev-loper, e sua principal característica é "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube tile

Baixe arquivos de extensão Youtube tile no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
URL Oficial https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
Descrição Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Tamanho do Arquivo 10.17 KB
Contagem de Instalações 13
Versão Atual 0.1.7
Última Atualização 2016-03-18
Data de Publicação 2016-03-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Dev-loper
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}