Comment Hider for YouTube™

Adds a button below the video description to hide/show the comments (for YouTube™)

Что такое Comment Hider for YouTube™?

Comment Hider for YouTube™ - это расширение Chrome, разработанное http://heithe.com, и его основная функция - "Adds a button below the video description to hide/show the comments (for YouTube™)".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Comment Hider for YouTube™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Adds a button below the video description to hide/show the comments (for YouTube™)

Web: http://www.heithe.com/
Email: [email protected]                    

Основная информация о расширении

Название Comment Hider for YouTube™ Comment Hider for YouTube™
ID bpalkidfdmcoobbgncphknpfnidbldbj
Официальный URL https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj
Описание Adds a button below the video description to hide/show the comments (for YouTube™)
Размер файла 33.75 KB
Количество установок 14
Текущая Версия 0.5
Последнее Обновление 2013-03-19
Дата публикации 2013-03-19
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://heithe.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.heithe.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Hider for YouTube\u2122",
    "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)",
    "version": "0.5",
    "manifest_version": 2,
    "icons": {
        "16": "app_icon_16.png",
        "48": "app_icon_48.png",
        "128": "app_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "ht_yct.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}