Youtube tile
Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Apa itu Youtube tile?
Youtube tile adalah ekstensi Chrome yang dikembangkan oleh Dev-loper, dan fitur utamanya adalah "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube tile
Unduh file ekstensi Youtube tile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hfljekgdgcmanfpkgdkpbogcjmijdlfk |
URL Resmi | https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk |
Deskripsi | Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner. |
Ukuran File | 10.17 KB |
Jumlah Instalasi | 13 |
Versi Saat Ini | 0.1.7 |
Terakhir Diperbarui | 2016-03-18 |
Tanggal Publikasi | 2016-03-17 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Dev-loper |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |