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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}