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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Scrollable Suggestions for YouTube™ Scrollable Suggestions for YouTube™
ID megbmcipincfooefojdekpmfeibdhjne
公式URL 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"
    }
}