Youtube tile

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

Was ist Youtube tile?

Youtube tile ist eine Chrome-Erweiterung, die von Dev-loper entwickelt wurde, und ihr Hauptmerkmal ist "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".

Erweiterungsscreenshots

screenshot
screenshot

Youtube tile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube tile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
Offizielle URL https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
Beschreibung Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Dateigröße 10.17 KB
Installationsanzahl 13
Aktuelle Version 0.1.7
Letztes Update 2016-03-18
Veröffentlichungsdatum 2016-03-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Dev-loper
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}