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™ - это расширение Chrome, разработанное chromate, и его основная функция - "Brings back the scrollbar to the suggestion box. So you can scroll suggestions while watching the video.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Scrollable Suggestions for YouTube™

Скачайте файлы расширений 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"
    }
}