Youtube tile

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

Co to jest Youtube tile?

Youtube tile to rozszerzenie Chrome opracowane przez Dev-loper, a jego główną funkcją jest „Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Youtube tile

Pobierz pliki rozszerzeń Youtube tile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube tile Youtube tile
ID hfljekgdgcmanfpkgdkpbogcjmijdlfk
Oficjalny URL https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk
Opis Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Rozmiar pliku 10.17 KB
Liczba instalacji 13
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2016-03-18
Data Publikacji 2016-03-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Dev-loper
Typ Płatności free
Obsługiwane Języki 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"
    ]
}