Scrollable Suggestions for YouTube™
Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video.
Scrollable Suggestions for YouTube™ là gì?
Scrollable Suggestions for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi chromate, và tính năng chính của nó là "Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video.".
Ả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 Scrollable Suggestions for YouTube™
Tải xuống các tệp mở rộng Scrollable Suggestions for YouTube™ 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
This extension brings back the good old scrollbar to YouTube's suggestion box respectively related videos. At the moment the default settings of YouTube is a long list that forces you to scroll the whole page if you want to scroll through the suggestions. With this extension you can scroll the suggestions AND watch the video. Simple. Changelog: Version 0.9: Added permission for https-connections to YouTube since Google decided to redirect connections. Therefore the extension must be reactivated due to security restrictions in Chrome. Don't worry, this is a normal procedure and is nothing to worry about. Version 0.8: fix for the new YouTube layout _________ 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 | megbmcipincfooefojdekpmfeibdhjne |
URL Chính Thức | https://chrome.google.com/webstore/detail/scrollable-suggestions-fo/megbmcipincfooefojdekpmfeibdhjne |
Mô tả | Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video. |
Kích Thước Tệp | 68.06 KB |
Số Lần Cài Đặt | 356 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2012-10-19 |
Ngày Phát Hành | 2012-10-19 |
Đánh Giá | 3.90/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | chromate |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://crashsource.de |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrollable Suggestions for YouTube\u2122", "version": "0.9", "description": "__MSG_app_description__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/watch*" ], "css": [ "css\/main.css" ], "js": [ "scripts\/jquery-1.4.2.min.js", "scripts\/main.js" ] } ], "permissions": [ "http:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/watch*" ], "icons": { "16": "img\/logo_16.png", "48": "img\/logo_48.png", "128": "img\/logo_128.png" } } |