YouTube™ Scroll Player
Makes the YouTube video player shrink into the bottom right corner while scrolling.
YouTube™ Scroll Player là gì?
YouTube™ Scroll Player là một tiện ích mở rộng Chrome được phát triển bởi Cryous Technologies, và tính năng chính của nó là "Makes the YouTube video player shrink into the bottom right corner while scrolling.".
Ả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™ Scroll Player
Tải xuống các tệp mở rộng YouTube™ Scroll Player 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
When scrolling down on a YouTube video, the player will minimize into the bottom right corner. This means you can still watch the video while you're reading comments, etc. This works with both the HTML5 and the Flash player. I've disabled the ability to seek/skip through the video in the mini HTML5 version (it's actually hidden now) because YouTube's HTML5 player doesn't like the smaller dimensions of the player and the seek bar messes up.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube™ Scroll Player |
ID | cmceloemlfndkbklohojnlppaefclkma |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-scroll-player/cmceloemlfndkbklohojnlppaefclkma |
Mô tả | Makes the YouTube video player shrink into the bottom right corner while scrolling. |
Kích Thước Tệp | 51.99 KB |
Số Lần Cài Đặt | 246 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2016-01-27 |
Ngày Phát Hành | 2016-01-27 |
Đánh Giá | 3.28/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Cryous Technologies |
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\u2122 Scroll Player", "description": "Makes the YouTube video player shrink into the bottom right corner while scrolling.", "version": "1.0.5", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "all_frames": false, "css": [ "mini-floating-player.css" ], "js": [ "jquery.js", "contentscript.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "arrow-up.png" ], "manifest_version": 2 } |