Youtube tile
Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.
Youtube tile là gì?
Youtube tile là một tiện ích mở rộng Chrome được phát triển bởi Dev-loper, và tính năng chính của nó là "Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube tile
Tải xuống các tệp mở rộng Youtube tile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfljekgdgcmanfpkgdkpbogcjmijdlfk |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-tile/hfljekgdgcmanfpkgdkpbogcjmijdlfk |
Mô tả | Introduces App like behaviour on Youtube. Video keeps on playing in a small frame on bottom right corner. |
Kích Thước Tệp | 10.17 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2016-03-18 |
Ngày Phát Hành | 2016-03-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dev-loper |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |