View Youtube™ Thumbnail

Right click on a Youtube™ thumbnail to open it in its full size.

Что такое View Youtube™ Thumbnail?

View Youtube™ Thumbnail - это расширение Chrome, разработанное Daniel Bingham, и его основная функция - "Right click on a Youtube™ thumbnail to open it in its full size.".

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

screenshot

Скачать файл CRX расширения View Youtube™ Thumbnail

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

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

                        This opens a YouTube™ thumbnail in its maximum resolution by right clicking on it.                    

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

Название View Youtube™ Thumbnail View Youtube™ Thumbnail
ID ifeljkoeopnppmdlaofbgepbghddigpf
Официальный URL https://chromewebstore.google.com/detail/view-youtube-thumbnail/ifeljkoeopnppmdlaofbgepbghddigpf
Описание Right click on a Youtube™ thumbnail to open it in its full size.
Размер файла 8.07 KB
Количество установок 4,201
Текущая Версия 1.2
Последнее Обновление 2018-03-30
Дата публикации 2018-03-29
Рейтинг 4.19/5 Всего 21 оценок
Разработчик Daniel Bingham
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Youtube\u2122 Thumbnail",
    "version": "1.2",
    "description": "Right click on a Youtube\u2122 thumbnail to open it in its full size.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "YT Thumbnail"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.youtube.com\/*"
    ]
}