Youtube tile
Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Co je Youtube tile?
Youtube tile je rozšíření Chrome vyvinuté Dev-loper, a jeho hlavní funkcí je „Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube tile
Stáhněte si soubory rozšíření Youtube tile ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hfljekgdgcmanfpkgdkpbogcjmijdlfk |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk |
Popis | Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner. |
Velikost souboru | 10.17 KB |
Počet instalací | 13 |
Aktuální Verze | 0.1.7 |
Poslední Aktualizace | 2016-03-18 |
Datum Vydání | 2016-03-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Dev-loper |
Typ Platby | free |
Podporované Jazyky | 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" ] } |