Youtube tile

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

Wat is Youtube tile?

Youtube tile is een Chrome-extensie ontwikkeld door Dev-loper, en de belangrijkste functie is "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube tile

Download Youtube tile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
Officiële URL https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
Beschrijving Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Bestandsgrootte 10.17 KB
Aantal Installaties 13
Huidige Versie 0.1.7
Laatst Bijgewerkt 2016-03-18
Publicatiedatum 2016-03-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Dev-loper
Betalingswijze free
Ondersteunde Talen 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"
    ]
}