Youtube tile

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

Cos'è Youtube tile?

Youtube tile è un'estensione di Chrome sviluppata da Dev-loper, e la sua funzione principale è "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Youtube tile

Scarica i file di estensione Youtube tile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
URL Ufficiale https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
Descrizione Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Dimensione del File 10.17 KB
Conteggio Installazioni 13
Versione Corrente 0.1.7
Ultimo Aggiornamento 2016-03-18
Data di Pubblicazione 2016-03-17
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Dev-loper
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}