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™?
Scrollable Suggestions for YouTube™是由chromate開發的Chrome擴展程式,該擴展的主要功能是“Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video.”。
擴展截圖
下載Scrollable Suggestions for YouTube™擴展crx文件
下載Scrollable Suggestions for YouTube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | megbmcipincfooefojdekpmfeibdhjne |
官方網址 | https://chrome.google.com/webstore/detail/scrollable-suggestions-fo/megbmcipincfooefojdekpmfeibdhjne |
簡介 | Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video. |
檔案大小 | 68.06 KB |
安裝次數 | 356 |
目前版本 | 0.9 |
更新時間 | 2012-10-19 |
上架時間 | 2012-10-19 |
評分 | 3.90/5 共 30 次評分 |
開發者 | chromate |
付費類型 | free |
擴展官網 | http://crashsource.de |
支援的語言 | 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" } } |