Youtube tile
Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Qu'est-ce que Youtube tile ?
Youtube tile est une extension Chrome développée par Dev-loper, et sa fonction principale est "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube tile
Téléchargez les fichiers d'extension Youtube tile au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hfljekgdgcmanfpkgdkpbogcjmijdlfk |
URL Officiel | https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk |
Description | Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner. |
Taille du Fichier | 10.17 KB |
Nombre d'Installations | 13 |
Version Actuelle | 0.1.7 |
Dernière Mise à Jour | 2016-03-18 |
Date de Publication | 2016-03-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Dev-loper |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |